LunarVim/ftdetect/json.lua
shikun 9ec39484eb
[Feature]: add basic JSONC support (#1535)
* feat: add jsonc support

* fix(jsonc): drop jsonc filetype detection workaround in lsp for now
2021-09-21 09:02:15 +02:00

3 lines
70 B
Lua

vim.cmd [[
au BufRead,BufNewFile tsconfig.json set filetype=jsonc
]]