mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
Add support for json5
This commit is contained in:
parent
de5c1dc990
commit
14e44a2685
5 changed files with 31 additions and 0 deletions
1
ftdetect/json5.vim
Normal file
1
ftdetect/json5.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
autocmd BufNewFile,BufRead *.json5 set ft=json5
|
||||
Loading…
Add table
Add a link
Reference in a new issue