mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Reverse highlight precedence ordering (#9458)
Co-authored-by: postsolar <120750161+postsolar@users.noreply.github.com> Co-authored-by: Iorvethe <58810330+Iorvethe@users.noreply.github.com> Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> Co-authored-by: gabydd <gabydinnerdavid@gmail.com>
This commit is contained in:
parent
382401020c
commit
5952d564d1
99 changed files with 2304 additions and 1946 deletions
|
@ -1,3 +1,5 @@
|
|||
(identifier) @variable
|
||||
|
||||
;; Constants, Comments, and Literals
|
||||
|
||||
(comment) @comment.line
|
||||
|
@ -329,5 +331,3 @@
|
|||
(dot_expression
|
||||
left: (identifier) @variable
|
||||
right: (identifier) @variable.other.member)
|
||||
|
||||
(identifier) @variable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue