Fix neovim :Tutor filetype detection (#631)

This commit is contained in:
Dawid Potocki
2020-11-17 15:58:46 +00:00
committed by GitHub
parent 4af1321588
commit da18fe6851
5 changed files with 14 additions and 1 deletions

View File

@@ -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')