Add support for json5

This commit is contained in:
Joakker 2021-08-24 18:23:16 -04:00 committed by Thomas Vigouroux
parent a76dbe7335
commit d8595fb923
5 changed files with 31 additions and 0 deletions

1
ftdetect/json5.vim Normal file
View file

@ -0,0 +1 @@
autocmd BufNewFile,BufRead *.json5 set ft=json5