From f678aad2100068b1310ada35e3eeedddceea59e2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 9 Jun 2021 12:01:20 +0200 Subject: Fix livescript filetype, closes #666 --- autoload/polyglot/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/polyglot/init.vim') diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim index 6c2e9b87..e463f3ac 100644 --- a/autoload/polyglot/init.vim +++ b/autoload/polyglot/init.vim @@ -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') -- cgit v1.2.3