feat(highlights): add -- as operator highlight

This commit is contained in:
Hannah 2026-03-24 16:46:48 -04:00
parent c97ffd4511
commit 57bee5b4b8
No known key found for this signature in database
GPG key ID: 0C1C205F4C354DE1
2 changed files with 2 additions and 0 deletions

View file

@ -117,6 +117,7 @@
"'?"
"!"
"?"
"--"
] @operator
(bracket) @punctuation.bracket

View file

@ -113,6 +113,7 @@
"'?"
"!"
"?"
"--"
] @operator
(bracket) @punctuation.bracket