vim-polyglot/syntax/yajs/es6-regexp.vim

7 lines
284 B
VimL
Raw Normal View History

2015-07-19 12:57:00 -04:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
syntax keyword javascriptGlobal RegExp nextgroup=javascriptGlobalRegExpDot,javascriptFuncCallArg
syntax match javascriptGlobalRegExpDot /\./ contained nextgroup=javascriptRegExpStaticProp
endif