mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -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
|
|
@ -166,7 +166,7 @@ return {
|
||||||
},
|
},
|
||||||
c3 = {
|
c3 = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '78e2ae9cff29ef8ca6666006abe80f1236d42996',
|
revision = '9b4eebce4e8b367acb9d5267f04358d5888b3829',
|
||||||
url = 'https://github.com/c3lang/tree-sitter-c3',
|
url = 'https://github.com/c3lang/tree-sitter-c3',
|
||||||
},
|
},
|
||||||
maintainers = { '@cbuttner' },
|
maintainers = { '@cbuttner' },
|
||||||
|
|
|
||||||
|
|
@ -82,9 +82,7 @@
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
"$alignof"
|
|
||||||
"$assert"
|
"$assert"
|
||||||
"$assignable"
|
|
||||||
"$case"
|
"$case"
|
||||||
"$default"
|
"$default"
|
||||||
"$defined"
|
"$defined"
|
||||||
|
|
@ -96,31 +94,19 @@
|
||||||
"$endif"
|
"$endif"
|
||||||
"$endswitch"
|
"$endswitch"
|
||||||
"$eval"
|
"$eval"
|
||||||
"$evaltype"
|
|
||||||
"$error"
|
"$error"
|
||||||
"$exec"
|
"$exec"
|
||||||
"$extnameof"
|
|
||||||
"$feature"
|
"$feature"
|
||||||
"$for"
|
"$for"
|
||||||
"$foreach"
|
"$foreach"
|
||||||
"$if"
|
"$if"
|
||||||
"$include"
|
"$include"
|
||||||
"$is_const"
|
"$reflect"
|
||||||
"$kindof"
|
|
||||||
"$nameof"
|
|
||||||
"$offsetof"
|
|
||||||
"$qnameof"
|
|
||||||
"$sizeof"
|
|
||||||
"$stringify"
|
"$stringify"
|
||||||
"$switch"
|
"$switch"
|
||||||
"$typefrom"
|
"$Typefrom"
|
||||||
"$typeof"
|
"$Typeof"
|
||||||
"$vacount"
|
|
||||||
"$vatype"
|
|
||||||
"$vaconst"
|
|
||||||
"$vaarg"
|
"$vaarg"
|
||||||
"$vaexpr"
|
|
||||||
"$vasplat"
|
|
||||||
] @keyword.directive
|
] @keyword.directive
|
||||||
|
|
||||||
"assert" @keyword.debug
|
"assert" @keyword.debug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue