Skip to content

Commit

Permalink
Update tree-sitter-go with generics support
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jan 11, 2022
1 parent afc602d commit ddbf036
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion runtime/queries/go/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"|"
"|="
"||"
"~"
] @operator

; Keywords
Expand Down Expand Up @@ -143,6 +144,9 @@
(false)
] @constant.builtin.boolean

(nil) @constant.builtin
[
(nil)
(iota)
] @constant.builtin

(comment) @comment

0 comments on commit ddbf036

Please sign in to comment.