File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" Vim plugin file
22" Language:
33" Maintainer: othree <othree@gmail.com>
4- " Last Change: 2013/02/24
4+ " Last Change: 2013/04/22
55" Version: 0.4
66" URL: https://github.com/othree/javascript-libraries-syntax.vim
77
8- call jslibsyntax#load ()
8+ if &filetype == ' coffee'
9+ call jslibsyntax#load ()
10+ endif
Original file line number Diff line number Diff line change 11" Vim plugin file
22" Language:
33" Maintainer: othree <othree@gmail.com>
4- " Last Change: 2013/02/24
4+ " Last Change: 2013/04/22
55" Version: 0.4
66" URL: https://github.com/othree/javascript-libraries-syntax.vim
77
8- call jslibsyntax#load ()
8+ if &filetype == ' javascript'
9+ call jslibsyntax#load ()
10+ endif
Original file line number Diff line number Diff line change 11" Vim plugin file
22" Language:
33" Maintainer: othree <othree@gmail.com>
4- " Last Change: 2013/02/24
4+ " Last Change: 2013/04/22
55" Version: 0.4
66" URL: https://github.com/othree/javascript-libraries-syntax.vim
77
8- call jslibsyntax#load ()
8+ if &filetype == ' ls'
9+ call jslibsyntax#load ()
10+ endif
Original file line number Diff line number Diff line change 11" Vim plugin file
22" Language:
33" Maintainer: othree <othree@gmail.com>
4- " Last Change: 2013/02/24
4+ " Last Change: 2013/04/22
55" Version: 0.4
66" URL: https://github.com/othree/javascript-libraries-syntax.vim
77
8- call jslibsyntax#load ()
8+ if &filetype == ' typescript'
9+ call jslibsyntax#load ()
10+ endif
You can’t perform that action at this time.
0 commit comments