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:
parent
d0a0303428
commit
5e4bdbbcde
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
||||
[
|
||||
"{"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue