mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Fix livescript filetype, closes #666
This commit is contained in:
@@ -2215,7 +2215,7 @@ if !has_key(g:polyglot_is_disabled, 'llvm')
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'livescript')
|
||||
au BufNewFile,BufRead *._ls,*.ls,Slakefile setf livescript
|
||||
au BufNewFile,BufRead *._ls,*.ls,Slakefile setf ls
|
||||
endif
|
||||
|
||||
if !has_key(g:polyglot_is_disabled, 'lilypond')
|
||||
|
||||
Reference in New Issue
Block a user