mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20:09 -04:00
update git hash
This commit is contained in:
parent
39dc0f6d01
commit
8426c94a83
2 changed files with 3 additions and 10 deletions
|
|
@ -77,7 +77,7 @@ return {
|
|||
},
|
||||
b = {
|
||||
install_info = {
|
||||
revision = '353237b4e3325f73c4eb1f745048c6bcac763953',
|
||||
revision = '3ca711959415190d02e056ba0d754716984e0c91',
|
||||
url = 'https://github.com/VoxelPrismatic/tree-sitter-b',
|
||||
},
|
||||
tier = 2,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue