mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
Regex highlights: no escape highlighting for escaped special characters
This commit is contained in:
parent
91220e5f4b
commit
e8fa1c2c84
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
||||||
|
|
||||||
(group_name) @property
|
(group_name) @property
|
||||||
|
|
||||||
|
;; These are escaped special characters that lost their special meaning
|
||||||
|
;; -> no special highlighting
|
||||||
|
; (identity_escape)
|
||||||
|
|
||||||
[
|
[
|
||||||
(identity_escape)
|
(identity_escape)
|
||||||
(control_letter_escape)
|
(control_letter_escape)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue