summaryrefslogtreecommitdiffstats
path: root/syntax/yajs/es6-function.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2016-05-03 12:56:11 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2016-05-03 12:56:11 +0200
commit8cd62b9eab04cd80998a810c103b80d49fc64a89 (patch)
tree231115681ec694907a923745892508358ff529be /syntax/yajs/es6-function.vim
parent93e3f020a9637b3df9109348cef5fcc3e0bbda43 (diff)
downloadvim-polyglot-8cd62b9eab04cd80998a810c103b80d49fc64a89.tar.gz
vim-polyglot-8cd62b9eab04cd80998a810c103b80d49fc64a89.zip
Change javascript provider to pangloss/vim-javascript, closes #80v2.9.0
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