This commit is contained in:
Adam Stankiewicz
2016-07-30 13:18:40 +02:00
parent f42e1f477c
commit ab61d2ac8e
14 changed files with 368 additions and 537 deletions

View File

@@ -0,0 +1,12 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
" Vim filetype plugin file
" Language: JavaScript
" Maintainer: vim-javascript community
" URL: https://github.com/pangloss/vim-javascript
setlocal iskeyword+=$ suffixesadd+=.js
let b:undo_ftplugin .= ' | setlocal iskeyword< suffixesadd<'
endif