summaryrefslogtreecommitdiffstats
path: root/compiler/eslint.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:07:28 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2017-05-17 11:07:28 +0200
commitaf870100716f20ee4daef9cc527a9ecf41b54114 (patch)
tree0859464c3145682cbfc29ad08de4527dd661abf7 /compiler/eslint.vim
parentef369d45a505403587ea0bae30ce6768ba51398c (diff)
downloadvim-polyglot-af870100716f20ee4daef9cc527a9ecf41b54114.tar.gz
vim-polyglot-af870100716f20ee4daef9cc527a9ecf41b54114.zip
Update
Diffstat (limited to 'compiler/eslint.vim')
-rw-r--r--compiler/eslint.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/eslint.vim b/compiler/eslint.vim
index 95e39535..123d9d1e 100644
--- a/compiler/eslint.vim
+++ b/compiler/eslint.vim
@@ -1,5 +1,10 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
+" Vim compiler plugin
+" Language: JavaScript
+" Maintainer: vim-javascript community
+" URL: https://github.com/pangloss/vim-javascript
+
if exists("current_compiler")
finish
endif