Files
oak-gpui/crates
chbkandJoão Marcos f4d1e7901c Improve Regex syntax highlighting (#25332)
Release Notes:

  - Improved Regex syntax highlighting

| Zed 0.174.6 | With this PR |
| --- | --- |
|
![Image](https://github.com/user-attachments/assets/2a0bb1d9-cbba-490c-b2be-08c94bc79517)
|
![Image](https://github.com/user-attachments/assets/b19f3871-ee83-4165-a026-207bdbbcad44)
|

- `(?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>
2025-03-22 16:11:19 -03:00
..
2025-03-21 10:04:39 -06:00
2025-03-22 02:56:25 +00:00
2025-03-21 16:39:01 +00:00
2025-03-10 13:38:30 -06:00
2025-03-21 16:39:01 +00:00
2025-03-21 20:18:08 +00:00
2025-03-18 12:55:25 -04:00
2025-03-18 12:55:25 -04:00
2025-03-06 10:56:28 -07:00
2025-03-22 05:45:57 +00:00
2025-03-22 02:56:25 +00:00
2025-03-22 02:56:25 +00:00
2025-03-21 20:08:03 +00:00