Skip to content

Commit f2819c7

Browse files
committed
Syntax plugins
While Vim has a ton of built-in support for different languages' syntaxes, sometimes for cutting edge stuff it falls behind. In these cases, a quick search will usually turn up a syntax highlighting plugin for the file you need! Here we've included a few examples of this. Feel free to delete the ones you don't need and search for more to add that you do.
1 parent 7b698e2 commit f2819c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vimrc.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Plugin 'Raimondi/delimitMate'
3535
Plugin 'jez/vim-superman'
3636
Plugin 'christoomey/vim-tmux-navigator'
3737

38+
" ----- Syntax plugins ------------------------------------------------
39+
Plugin 'jez/vim-c0'
40+
Plugin 'jez/vim-ispc'
41+
Plugin 'kchmck/vim-coffee-script'
42+
3843
call vundle#end()
3944

4045
filetype plugin indent on

0 commit comments

Comments
 (0)