diff options
Diffstat (limited to 'syntax/yats/es6-regexp.vim')
-rw-r--r-- | syntax/yats/es6-regexp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/yats/es6-regexp.vim b/syntax/yats/es6-regexp.vim index 34e0a207..0875aa6e 100644 --- a/syntax/yats/es6-regexp.vim +++ b/syntax/yats/es6-regexp.vim @@ -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 |