mirror of
https://github.com/elladunbar/tree-sitter-hy.git
synced 2025-11-05 14:59:55 -06:00
Merge branch 'main' of https://github.com/evdunbar/tree-sitter-hy
This commit is contained in:
commit
d50ac6d79a
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
((symbol) @constant.builtin
|
||||
(#any-of? @constant.builtin
|
||||
; https://docs.python.org/3/library/constants.html
|
||||
"NotImplemented" "Ellipsis" "quit" "exit" "copyright" "credits" "license"))
|
||||
"NotImplemented" "Ellipsis" "quit" "exit" "copyright" "credits" "license" "..."))
|
||||
|
||||
((symbol) @character.special
|
||||
(#eq? @character.special "_"))
|
||||
|
|
@ -74,6 +74,7 @@
|
|||
(discard)
|
||||
] @comment
|
||||
|
||||
((symbol) @operator
|
||||
; Keywords
|
||||
(expression
|
||||
.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue