Set new filetypes

This commit is contained in:
Oliver Hartmann 2019-07-03 09:35:16 +02:00
parent e3ec3b65ea
commit 3e229f483d

View File

@ -97,6 +97,10 @@ au BufRead,BufNewFile *.simvis set filetype=xml
au BufRead,BufNewFile *.simcfg set filetype=cfg
au BufRead,BufNewFile *.simcon set filetype=cfg
au BufRead,BufNewFile *.simudex set filetype=cfg
au BufRead,BufNewFile Jenkinsfile* set filetype=groovy
autocmd BufNewFile,BufRead *.manifest set filetype=xml
autocmd BufNewFile,BufReadPre SConstruct set filetype=python
autocmd BufNewFile,BufReadPre SConscript set filetype=python
autocmd FileType json syntax match Comment +\/\/.\+$+
" =================Windows and Tabs====================
" Open a new tab with F2