ZIm/crates/zed/languages/json/highlights.scm
Max Brunsfeld bf1153cedd Add syntax highlighting/auto-indent/outlines for JSON files
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-03-03 12:12:18 -08:00

12 lines
No EOL
111 B
Scheme

(string) @string
(pair
key: (string) @property)
(number) @number
[
(true)
(false)
(null)
] @constant