summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2021-06-09 12:01:20 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2021-06-09 12:01:20 +0200
commitf678aad2100068b1310ada35e3eeedddceea59e2 (patch)
tree1e3f3a91eb2ba50befb31c71e0d94c2a86296461 /tests
parentaf4d6aa3cf5eab6cf555cbb067f8316cca7975bf (diff)
downloadvim-polyglot-f678aad2100068b1310ada35e3eeedddceea59e2.tar.gz
vim-polyglot-f678aad2100068b1310ada35e3eeedddceea59e2.zip
Fix livescript filetype, closes #666
Diffstat (limited to 'tests')
-rw-r--r--tests/filetypes.vim2
1 files changed, 1 insertions, 1 deletions
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')