Improve JSON syntax highlighting (#25329)
Release Notes: - Improved JSON syntax highlighting. | Zed 0.174.6 | With this PR | | --- | --- | |  |  | - `null`: `constant` -> `constant.builtin` - `,`, `:`: `punctuation.delimiter` ```json { "property": null, "boolean": true } ```
This commit is contained in:
@@ -13,9 +13,12 @@
|
||||
(false)
|
||||
] @boolean
|
||||
|
||||
(null) @constant.builtin
|
||||
|
||||
[
|
||||
(null)
|
||||
] @constant
|
||||
","
|
||||
":"
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
"{"
|
||||
|
||||
@@ -13,9 +13,12 @@
|
||||
(false)
|
||||
] @boolean
|
||||
|
||||
(null) @constant.builtin
|
||||
|
||||
[
|
||||
(null)
|
||||
] @constant
|
||||
","
|
||||
":"
|
||||
] @punctuation.delimiter
|
||||
|
||||
[
|
||||
"{"
|
||||
|
||||
Reference in New Issue
Block a user