summaryrefslogtreecommitdiffstats
path: root/syntax/yajs/es6-function.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/yajs/es6-function.vim')
-rw-r--r--syntax/yajs/es6-function.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/syntax/yajs/es6-function.vim b/syntax/yajs/es6-function.vim
deleted file mode 100644
index d0a54d2f..00000000
--- a/syntax/yajs/es6-function.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
-
-syntax keyword javascriptGlobal Function
-
-endif