summaryrefslogtreecommitdiff
path: root/ftdetect/json.lua
AgeCommit message (Collapse)Author
2022-12-17refactor(autocmds): clean up filetype detection rules (#3625)kylo252
* refactor(lua): simplify gf utility * refactor(autocmds): cleanup * refactor(ftdetect): use vim.filetype.add instead
2021-09-21[Feature]: add basic `JSONC` support (#1535)shikun
* feat: add jsonc support * fix(jsonc): drop jsonc filetype detection workaround in lsp for now