Merge pull request #1 from radhus/master

Add autodetection of *.ttcn files
This commit is contained in:
gustafj 2016-09-06 18:48:39 +02:00 committed by GitHub
commit 43c615c6df
1 changed files with 2 additions and 0 deletions

2
ftdetect/ttcn.vim Normal file
View File

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