mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
small correction from javascript to the more compatible json syntax
This commit is contained in:
parent
b34b7254a3
commit
cc7d1edfd0
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
au BufNewFile,BufRead *.aspx,*.asmx,*.ascx,*.master setf aspnet
|
||||
au BufNewFile,BufRead *.gradle setf groovy
|
||||
au BufNewFile,BufRead *muttrc setf muttrc
|
||||
au BufNewFile,BufRead *ircd.conf setf javascript
|
||||
au BufNewFile,BufRead *ircd.conf setf json
|
||||
au BufNewFile,BufRead *taskrc setlocal commentstring=#\ %s
|
||||
au BufNewFile,BufRead pacman.conf,yaourtrc setf sh
|
||||
au BufNewFile,BufRead cjdroute.conf,cjdmaid.conf setf json
|
||||
|
|
Loading…
Reference in a new issue