feat(c3)!: update parser and queries

Update for C3 v0.8
This commit is contained in:
Christian Clason 2026-05-16 23:37:04 +02:00 committed by Christian Clason
parent 7a7a1591e0
commit 0c3a9cdfa2
2 changed files with 4 additions and 18 deletions

View file

@ -166,7 +166,7 @@ return {
},
c3 = {
install_info = {
revision = '78e2ae9cff29ef8ca6666006abe80f1236d42996',
revision = '9b4eebce4e8b367acb9d5267f04358d5888b3829',
url = 'https://github.com/c3lang/tree-sitter-c3',
},
maintainers = { '@cbuttner' },

View file

@ -82,9 +82,7 @@
] @keyword
[
"$alignof"
"$assert"
"$assignable"
"$case"
"$default"
"$defined"
@ -96,31 +94,19 @@
"$endif"
"$endswitch"
"$eval"
"$evaltype"
"$error"
"$exec"
"$extnameof"
"$feature"
"$for"
"$foreach"
"$if"
"$include"
"$is_const"
"$kindof"
"$nameof"
"$offsetof"
"$qnameof"
"$sizeof"
"$reflect"
"$stringify"
"$switch"
"$typefrom"
"$typeof"
"$vacount"
"$vatype"
"$vaconst"
"$Typefrom"
"$Typeof"
"$vaarg"
"$vaexpr"
"$vasplat"
] @keyword.directive
"assert" @keyword.debug