For Carbon developers using Vim, this plugin provides syntax highlighting for
.carbon files found throughout explorer/testdata
This code is developed as part of the Carbon Language project. Everything is then automatically mirrored into a dedicated repository.
If you would like to contribute, please follow the normal Carbon contributing guide and submit pull requests to the main repository.
From the current directory utils/vim
, please run the following commands to
install the syntax file.
mkdir -p ~/.vim/syntax && cp syntax/carbon.vim ~/.vim/syntax/
mkdir -p ~/.vim/ftdetect && cp ftdetect/carbon.vim ~/.vim/ftdetect/