Added syntax match for json files
This commit is contained in:
1
init.vim
1
init.vim
@@ -82,6 +82,7 @@ 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
|
||||
autocmd FileType json syntax match Comment +\/\/.\+$+
|
||||
" =================Windows and Tabs====================
|
||||
" Open a new tab with F2
|
||||
map <silent> <F2> <Esc>:tabnew <CR><ESC>:Explore<CR>
|
||||
|
||||
Reference in New Issue
Block a user