diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 2 |
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') |