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:
Michael Davis 2025-02-02 19:17:10 -05:00 committed by GitHub
parent 382401020c
commit 5952d564d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
99 changed files with 2304 additions and 1946 deletions

View file

@ -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