summaryrefslogtreecommitdiffstats
path: root/syntax/yajs/event.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-07-19 18:57:00 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-19 18:57:00 +0200
commitc925c92217920cc9963b725758f4829c219c0db7 (patch)
treea357e7c127c504ce80b47844539e4fe6840e5084 /syntax/yajs/event.vim
parent852d25b307f8ebefc8b6c7d6022257fcfae880e2 (diff)
downloadvim-polyglot-2.1.0.tar.gz
vim-polyglot-2.1.0.zip
Better support for es6 syntaxv2.1.0
Diffstat (limited to 'syntax/yajs/event.vim')
-rw-r--r--syntax/yajs/event.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/syntax/yajs/event.vim b/syntax/yajs/event.vim
new file mode 100644
index 00000000..af40b194
--- /dev/null
+++ b/syntax/yajs/event.vim
@@ -0,0 +1,4 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
+
+
+endif