mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
fix(treesitter): remove incompatible c query (again)
This commit is contained in:
@@ -123,15 +123,6 @@
|
|||||||
((preproc_arg) @function.macro (#set! "priority" 90))
|
((preproc_arg) @function.macro (#set! "priority" 90))
|
||||||
(preproc_defined) @function.macro
|
(preproc_defined) @function.macro
|
||||||
|
|
||||||
(((field_expression
|
|
||||||
(field_identifier) @property)) @_parent
|
|
||||||
(#not-has-parent? @_parent template_method function_declarator call_expression))
|
|
||||||
|
|
||||||
(field_designator) @property
|
|
||||||
(((field_identifier) @property)
|
|
||||||
(#has-ancestor? @property field_declaration)
|
|
||||||
(#not-has-ancestor? @property function_declarator))
|
|
||||||
|
|
||||||
(statement_identifier) @label
|
(statement_identifier) @label
|
||||||
|
|
||||||
[
|
[
|
||||||
|
Reference in New Issue
Block a user