Add autodetection of *.ttcn3 files

This commit is contained in:
William Johansson 2016-08-22 22:54:23 +02:00
parent dc63169650
commit 39968f14d1
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
" TTCN filetype
au BufRead,BufNewFile *.ttcn set filetype=ttcn
au BufRead,BufNewFile *.{ttcn,ttcn3} set filetype=ttcn