Javascript syntax plugin

This commit is contained in:
Emmanuel BENOîT 2015-03-09 21:07:25 +01:00
parent 00ed0be9d9
commit a2e40efe0c

View file

@ -0,0 +1,5 @@
NeoBundleLazy 'jelera/vim-javascript-syntax', {
\ 'autoload': {
\ 'filetypes': [ 'javascript' ]
\ }
\ }