[Feature]: add basic JSONC support (#1535)

* feat: add jsonc support

* fix(jsonc): drop jsonc filetype detection workaround in lsp for now
This commit is contained in:
shikun 2021-09-21 15:02:15 +08:00 committed by GitHub
parent fbfd8c1fc3
commit 9ec39484eb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

3
ftdetect/json.lua Normal file
View file

@ -0,0 +1,3 @@
vim.cmd [[
au BufRead,BufNewFile tsconfig.json set filetype=jsonc
]]