mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 14:03:50 -05:00
Update
This commit is contained in:
@@ -7,7 +7,7 @@ syntax match typescriptGlobalRegExpDot /\./ contained nextgroup=typescriptRegE
|
||||
syntax keyword typescriptRegExpStaticProp contained lastIndex
|
||||
if exists("did_typescript_hilink") | HiLink typescriptRegExpStaticProp Keyword
|
||||
endif
|
||||
syntax keyword typescriptRegExpProp contained global ignoreCase multiline source sticky
|
||||
syntax keyword typescriptRegExpProp contained dotAll global ignoreCase multiline source sticky
|
||||
syntax cluster props add=typescriptRegExpProp
|
||||
if exists("did_typescript_hilink") | HiLink typescriptRegExpProp Keyword
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user