Skip to content

Commit

Permalink
fix: Update injdection-rejex to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
RiyeUK committed Mar 17, 2024
1 parent 5ccb3ff commit 8d3cf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-json", rev = "73076
[[language]]
name = "jsonc"
scope = "source.json"
injection-regex = "json"
injection-regex = "jsonc"
file-types = ["jsonc"]
grammar = "json"
language-servers = [ "vscode-json-language-server" ]
Expand Down

0 comments on commit 8d3cf78

Please sign in to comment.