aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-08-15 14:56:46 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-08-15 14:56:46 -0400
commit197a5ad376ed7b5b75fb62a91f00b1eadc2bc2c7 (patch)
treec144054da00b7a3691e7bdf287543d3a22fecb62 /runtime/filetype.vim
parentd8f1acbf9d75171d37973e39eceac750f51e4145 (diff)
parent4fc1ab779dd23416af08f4124d5f72c2c0629e56 (diff)
downloadrneovim-197a5ad376ed7b5b75fb62a91f00b1eadc2bc2c7.tar.gz
rneovim-197a5ad376ed7b5b75fb62a91f00b1eadc2bc2c7.tar.bz2
rneovim-197a5ad376ed7b5b75fb62a91f00b1eadc2bc2c7.zip
Merge pull request #2700 from fmoralesc/vim-tutor-mode
runtime: Include vim-tutor-mode
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 71d6b0b25a..66e747a06f 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2259,6 +2259,9 @@ au BufNewFile,BufReadPost *.tssop setf tssop
" TSS - Command Line (temporary)
au BufNewFile,BufReadPost *.tsscl setf tsscl
+" Tutor mode
+au BufNewFile,BufReadPost *.tutor setf tutor
+
" TWIG files
au BufNewFile,BufReadPost *.twig setf twig