update git hash

This commit is contained in:
VoxelPrismatic 2025-06-02 16:57:30 -05:00
parent 39dc0f6d01
commit 8426c94a83
2 changed files with 3 additions and 10 deletions

View file

@ -77,7 +77,7 @@ return {
},
b = {
install_info = {
revision = '353237b4e3325f73c4eb1f745048c6bcac763953',
revision = '3ca711959415190d02e056ba0d754716984e0c91',
url = 'https://github.com/VoxelPrismatic/tree-sitter-b',
},
tier = 2,

View file

@ -9,9 +9,9 @@
"__asm__"
] @keyword
"auto" @keyword.type
(type_identifier) @keyword.type
"extrn" @keyword.type
"auto" @keyword.type
(alignof_expression
.
@ -28,8 +28,6 @@
"switch"
] @keyword.conditional
"extrn" @keyword.import
[
";"
":"
@ -134,11 +132,6 @@
declarator: (identifier) @label
(#eq? @_type "__label__"))
[
(type_identifier)
(type_descriptor)
] @type
(storage_class_specifier) @keyword.modifier
[