From ddbf03613d5a3dd64f3f5ba13795e70c29297837 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Tue, 11 Jan 2022 19:10:02 +0900 Subject: Update tree-sitter-go with generics support --- runtime/queries/go/highlights.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime/queries/go') diff --git a/runtime/queries/go/highlights.scm b/runtime/queries/go/highlights.scm index 56384d4d..4ff8675b 100644 --- a/runtime/queries/go/highlights.scm +++ b/runtime/queries/go/highlights.scm @@ -69,6 +69,7 @@ "|" "|=" "||" + "~" ] @operator ; Keywords @@ -143,6 +144,9 @@ (false) ] @constant.builtin.boolean -(nil) @constant.builtin +[ + (nil) + (iota) +] @constant.builtin (comment) @comment -- cgit v1.2.3-70-g09d2