summaryrefslogtreecommitdiffstats
path: root/syntax/yajs/es6-regexp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/yajs/es6-regexp.vim')
-rw-r--r--syntax/yajs/es6-regexp.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/syntax/yajs/es6-regexp.vim b/syntax/yajs/es6-regexp.vim
deleted file mode 100644
index dec47f4b..00000000
--- a/syntax/yajs/es6-regexp.vim
+++ /dev/null
@@ -1,6 +0,0 @@
-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