diff options
Diffstat (limited to 'tests/filetypes.vim')
-rw-r--r-- | tests/filetypes.vim | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 0d72c727..6f7c5f05 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -131,6 +131,15 @@ call TestFiletype('jq') call TestFiletype('json5') call TestFiletype('json') call TestFiletype('jsonnet') +call TestFiletype('rc') +call TestFiletype('perl') +call TestFiletype('pod') +call TestFiletype('mason') +call TestFiletype('tt2') +call TestFiletype('tt2html') +call TestFiletype('xs') +call TestFiletype('raku') +call TestFiletype('tads') call TestFiletype('jst') call TestFiletype('julia') call TestFiletype('kotlin') @@ -165,13 +174,6 @@ call TestFiletype('ocpbuildroot') call TestFiletype('sexplib') call TestFiletype('octave') call TestFiletype('opencl') -call TestFiletype('rc') -call TestFiletype('perl') -call TestFiletype('pod') -call TestFiletype('mason') -call TestFiletype('tt2') -call TestFiletype('tt2html') -call TestFiletype('xs') call TestFiletype('sql') call TestFiletype('cql') call TestFiletype('php') @@ -194,7 +196,6 @@ call TestFiletype('r') call TestFiletype('rhelp') call TestFiletype('racket') call TestFiletype('ragel') -call TestFiletype('raku') call TestFiletype('raml') call TestFiletype('razor') call TestFiletype('reason') @@ -256,7 +257,6 @@ call TestFiletype('dosini') call TestFiletype('odin') call TestFiletype('bzl') call TestFiletype('prolog') -call TestFiletype('tads') call TestFiletype('gitignore') call TestFiletype('sql') call TestFiletype('b') |