mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-16 23:43:41 -05:00
Better support for es6 syntax
This commit is contained in:
5
syntax/yajs/es6-map.vim
Normal file
5
syntax/yajs/es6-map.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
|
||||
|
||||
syntax keyword javascriptGlobal Map WeakMap
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user