ZIm/crates/languages/src/json
chbk 5e4bdbbcde
Improve JSON syntax highlighting (#25329)
Release Notes:

  - Improved JSON syntax highlighting.

| Zed 0.174.6 | With this PR |
| --- | --- |
|
![Image](https://github.com/user-attachments/assets/46c8ae89-aca1-4756-b66c-78ccd8f3778d)
|
![Image](https://github.com/user-attachments/assets/3ba5e5db-1467-40d7-a502-2790feec8ad3)
|

- `null`: `constant` -> `constant.builtin`
- `,`, `:`: `punctuation.delimiter`

```json
{
  "property": null,
  "boolean": true
}
```
2025-02-21 15:59:32 +00:00
..
schemas Bump JSON schemas: package.json, tsconfig.json (#20910) 2024-11-20 13:35:00 -05:00
brackets.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
config.toml Improve file_types in default.json (#20429) 2024-11-18 19:56:45 -05:00
embedding.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
highlights.scm Improve JSON syntax highlighting (#25329) 2025-02-21 15:59:32 +00:00
indents.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
outline.scm chore: Extract languages from zed crate (#8270) 2024-02-23 15:56:08 +01:00
overrides.scm Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
redactions.scm Clean up whitespace (#10755) 2024-04-23 13:31:21 -04:00
runnables.scm json: Add runnable for package.json and composer.json scripts (#12285) 2024-05-26 13:47:49 +02:00
textobjects.scm Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00