Added syntax match for json files
This commit is contained in:
parent
8894c81f83
commit
6aa99dc268
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 *.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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user