summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDawid Potocki <dawid@dawidpotocki.com>2020-11-17 15:58:46 +0000
committerGitHub <noreply@github.com>2020-11-17 16:58:46 +0100
commitda18fe6851e95e146016f7abd2f799056e074cd9 (patch)
tree2e2213e98e0d50a0adb226cdbd432da9a34f3654 /tests
parent4af1321588c7dcb718022226cb27ec325973c2f0 (diff)
downloadvim-polyglot-da18fe6851e95e146016f7abd2f799056e074cd9.tar.gz
vim-polyglot-da18fe6851e95e146016f7abd2f799056e074cd9.zip
Fix neovim :Tutor filetype detection (#631)
Diffstat (limited to 'tests')
-rw-r--r--tests/filetypes.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim
index c3bb9931..5a1838b5 100644
--- a/tests/filetypes.vim
+++ b/tests/filetypes.vim
@@ -176,6 +176,7 @@ call TestFiletype('sql')
call TestFiletype('cql')
call TestFiletype('php')
call TestFiletype('blade')
+call TestFiletype('pest')
call TestFiletype('plantuml')
call TestFiletype('pony')
call TestFiletype('ps1')
@@ -224,6 +225,7 @@ call TestFiletype('thrift')
call TestFiletype('tmux')
call TestFiletype('toml')
call TestFiletype('tptp')
+call TestFiletype('tutor')
call TestFiletype('html.twig')
call TestFiletype('xml.twig')
call TestFiletype('typescript')