Update tree-sitter-go with generics support

This commit is contained in:
Blaž Hrastnik
2022-01-11 19:10:02 +09:00
parent afc602d306
commit ddbf03613d
2 changed files with 6 additions and 2 deletions

View File

@@ -69,6 +69,7 @@
"|"
"|="
"||"
"~"
] @operator
; Keywords
@@ -143,6 +144,9 @@
(false)
] @constant.builtin.boolean
(nil) @constant.builtin
[
(nil)
(iota)
] @constant.builtin
(comment) @comment