fix(highlights/go): defer, go, goto are keywords (#13425)

pull/13432/head
Jonas Köhnen 2025-04-27 20:23:47 +02:00 committed by GitHub
parent 95c8d9c9e9
commit 448e3c2ef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -113,6 +113,12 @@
"type"
] @keyword
[
"defer"
"go"
"goto"
] @keyword.control
[
"if"
"else"
@ -154,12 +160,6 @@
"const"
] @keyword.storage.modifier
[
"defer"
"goto"
"go"
] @function.macro
; Delimiters
[