Added syntax match for json files

This commit is contained in:
Oliver Hartmann 2019-06-06 16:20:42 +02:00
parent 8894c81f83
commit 6aa99dc268

View File

@ -82,6 +82,7 @@ au BufRead,BufNewFile *.simvis set filetype=xml
au BufRead,BufNewFile *.simcfg set filetype=cfg au BufRead,BufNewFile *.simcfg set filetype=cfg
au BufRead,BufNewFile *.simcon set filetype=cfg au BufRead,BufNewFile *.simcon set filetype=cfg
au BufRead,BufNewFile *.simudex set filetype=cfg au BufRead,BufNewFile *.simudex set filetype=cfg
autocmd FileType json syntax match Comment +\/\/.\+$+
" =================Windows and Tabs==================== " =================Windows and Tabs====================
" Open a new tab with F2 " Open a new tab with F2
map <silent> <F2> <Esc>:tabnew <CR><ESC>:Explore<CR> map <silent> <F2> <Esc>:tabnew <CR><ESC>:Explore<CR>