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 --- tests/filetypes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 895ece5e..df83137c 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -139,7 +139,7 @@ call TestFiletype('kotlin') call TestFiletype('ledger') call TestFiletype('less') call TestFiletype('lilypond') -call TestFiletype('livescript') +call TestFiletype('ls') call TestFiletype('llvm') call TestFiletype('tablegen') call TestFiletype('log') -- cgit v1.2.3