Added support for lilypond
This commit is contained in:
1
init.vim
1
init.vim
@@ -74,3 +74,4 @@ source ~/.config/nvim/html.vim
|
|||||||
source ~/.config/nvim/vim-lsp.vim
|
source ~/.config/nvim/vim-lsp.vim
|
||||||
source ~/.config/nvim/python.vim
|
source ~/.config/nvim/python.vim
|
||||||
source ~/.config/nvim/rust.vim
|
source ~/.config/nvim/rust.vim
|
||||||
|
source ~/.config/nvim/lilypond.vim
|
||||||
|
|||||||
6
lilypond.vim
Normal file
6
lilypond.vim
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
highlight Keyword cterm=bold ctermfg=yellow
|
||||||
|
highlight Tag ctermfg=blue
|
||||||
|
highlight Label ctermfg=lightyellow
|
||||||
|
highlight StorageClass cterm=bold ctermfg=lightgreen
|
||||||
|
highlight SpecialComment ctermfg=lightcyan
|
||||||
|
highlight PreCondit ctermfg=cyan
|
||||||
Reference in New Issue
Block a user