Skip to content

Commit

Permalink
Syntax plugins
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jez committed Nov 12, 2016
1 parent 7b698e2 commit f2819c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Plugin 'Raimondi/delimitMate'
Plugin 'jez/vim-superman'
Plugin 'christoomey/vim-tmux-navigator'

" ----- Syntax plugins ------------------------------------------------
Plugin 'jez/vim-c0'
Plugin 'jez/vim-ispc'
Plugin 'kchmck/vim-coffee-script'

call vundle#end()

filetype plugin indent on
Expand Down

1 comment on commit f2819c7

@jez
Copy link
Owner Author

@jez jez commented on f2819c7 Nov 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.