Skip to content

Commit 32c0306

Browse files
committed
Bump go grammar
Fixes issue with parsing generics
1 parent 11d1b78 commit 32c0306

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Bump go grammer
45

56
## 0.12.3 - 2022-09-15
67
- Added initial support for Perl

queries/go/highlights.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"|"
6565
"|="
6666
"||"
67+
"~"
6768
] @operator
6869

6970
; Keywords
@@ -116,6 +117,7 @@
116117
(true)
117118
(false)
118119
(nil)
120+
(iota)
119121
] @constant.builtin
120122

121123
(comment) @comment

0 commit comments

Comments
 (0)