From da18fe6851e95e146016f7abd2f799056e074cd9 Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Tue, 17 Nov 2020 15:58:46 +0000 Subject: Fix neovim :Tutor filetype detection (#631) --- tests/filetypes.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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') -- cgit v1.2.3