aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/jsonc/highlights.scm
Commit message (Collapse)AuthorAge
* Add Support for JSONC (#9906)George "Riye" Hollister2024-03-17
* Added `jsonc` language with support for comments The `vscode-json-language-server` accepts `jsonc` as a language id. Allowing the use of comments within JSON files. * fix: Update `injdection-rejex` to be unique * fix: use includes to remove redundant queries * ci: Generate language-support docs