-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add syntax scopes to themes (#25323)
Release Notes: - Added syntax scopes to themes Supports: - [Improve CSS syntax highlighting](#25326) - [Improve Go syntax highlighting](#25327) - [Improve Markdown syntax highlighting](#25330) Changes: - Adds highlighting rules for the following new scopes, using theme colors: - `heading` - `namespace` - `selector` - `strikethrough` - `unit` - Renames scopes that are no longer used in `zed/crates/languages/src` or `zed/extensions` to their new names: - `punctuation.list_marker` -> `punctuation.markup` - `link_text` -> `link` - `link_uri` -> `link.url`, as defined in the [gitcommit grammar](https://github.com/zed-industries/zed/blob/dff47a843695d03160680502e6d94634e376698e/crates/languages/src/gitcommit/highlights.scm#L5) - `text.literal` -> `raw`
- Loading branch information
Showing
3 changed files
with
369 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.