Skip to content

Commit

Permalink
Improve JSON syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
chbk committed Feb 21, 2025
1 parent a4ade37 commit 49e28de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions crates/languages/src/json/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
(false)
] @boolean

(null) @constant.builtin

[
(null)
] @constant
","
":"
] @punctuation.delimiter

[
"{"
Expand Down
7 changes: 5 additions & 2 deletions crates/languages/src/jsonc/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
(false)
] @boolean

(null) @constant.builtin

[
(null)
] @constant
","
":"
] @punctuation.delimiter

[
"{"
Expand Down

0 comments on commit 49e28de

Please sign in to comment.