aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-10 01:43:07 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-10 01:43:07 -0400
commit1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e (patch)
tree5794dcd00d9d1198fbbb1c6e60739bc6b335283d /runtime/filetype.vim
parentbf2c2b34cf2314a03236c692b02778eb964dcccb (diff)
parentbeccc3e3a132a401c800e77785f52cb0683bd859 (diff)
downloadrneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.tar.gz
rneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.tar.bz2
rneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.zip
Merge pull request #4505 from watiko/vim-runtimes
vim-patch:86ae720,f913281,dd1616e
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 d60ab65ce7..15928d6722 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2174,6 +2174,9 @@ au BufNewFile,BufRead *.tli setf tli
" Telix Salt
au BufNewFile,BufRead *.slt setf tsalt
+" Tera Term Language
+au BufRead,BufNewFile *.ttl setf teraterm
+
" Terminfo
au BufNewFile,BufRead *.ti setf terminfo