highlights: some fixes

Add `goto` keyword for C.
Fix typo for lua.
This commit is contained in:
Thomas Vigouroux 2020-07-16 09:30:15 +02:00 committed by Stephan Seitz
parent 8cf2dc7f9a
commit 85d2f9ee93
2 changed files with 7 additions and 6 deletions

View file

@ -11,6 +11,7 @@
"typedef"
"union"
"volatile"
"goto"
] @keyword
[

View file

@ -3,14 +3,14 @@
;;; Builtins
;; Keywords
(
[
"if"
"then"
"if" @conditional
"end" @conditional
)
[
"else"
"elseif"
] @conditional
"end" @confitional
)
"then"
] @conditional
(