mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(c3)!: update parser and queries
Update for C3 v0.8
This commit is contained in:
parent
7a7a1591e0
commit
0c3a9cdfa2
2 changed files with 4 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue