![]() Release Notes: - Improved Regex syntax highlighting | Zed 0.174.6 | With this PR | | --- | --- | |  |  | - `(?P=`, `<`: `punctuation.bracket` - `group_name`: `property` -> `label` - `^`, `$`: `string.escape` -> `operator` - `\b`, `\B`, `\k`: `string.escape` -> `keyword.operator` - added `regex` scope to target regex tokens specifically ```js regex = /^(?<group>[!\.\?])\b[a-z]+word\k<group>$/g ``` --------- Co-authored-by: João Marcos <marcospb19@hotmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |