diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index edfba1d7..5fa6bde3 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1856,6 +1856,10 @@ if !has_key(g:polyglot_is_disabled, 'twig') au BufNewFile,BufRead *.xml.twig setf xml.twig endif +if !has_key(g:polyglot_is_disabled, 'tutor') + au BufNewFile,BufRead *.tutor setf tutor +endif + if !has_key(g:polyglot_is_disabled, 'tptp') au BufNewFile,BufRead *.ax,*.p,*.tptp setf tptp endif |