Fix livescript filetype, closes #666

This commit is contained in:
Adam Stankiewicz
2021-06-09 12:01:20 +02:00
parent af4d6aa3cf
commit f678aad210
4 changed files with 4 additions and 4 deletions

View File

@@ -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')