Files
oak-gpui/crates/languages/src/regex/brackets.scm
T
Robin Pfäffle ad97c357a5 Add regex syntax highlighting for JS and TS (#7851)
<img width="544" alt="SCR-20240215-pvzy"
src="https://github.com/zed-industries/zed/assets/67913738/e4d463a6-1795-4728-ac24-6c8e03e7ea5b">

Release Notes:

- Added support for regex syntax highlighting in `JS` and `TS`.
2024-03-18 09:49:01 -06:00

4 lines
69 B
Scheme

("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)