Skip to content

Commit

Permalink
fix(c_sharp): get; highlighted all as @operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed May 4, 2023
1 parent baf159c commit 9cd5608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/queries/c_sharp/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; extends

; accessors as operator-keywords
(accessor_declaration _ @keyword.operator)
(accessor_declaration _ @keyword.operator (#not-eq? @keyword.operator ";"))

; arrows as delimiters
"=>" @punctuation.delimiter
Expand Down

0 comments on commit 9cd5608

Please sign in to comment.