mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
style(queries-cpp): Adapt style to pass stylechecks
This commit is contained in:
parent
ca7bb3836a
commit
b620d73640
1 changed files with 3 additions and 3 deletions
|
|
@ -30,10 +30,10 @@
|
||||||
declarator: (field_identifier) @function.method)
|
declarator: (field_identifier) @function.method)
|
||||||
|
|
||||||
; lambdas
|
; lambdas
|
||||||
((lambda_expression
|
(lambda_expression
|
||||||
captures: (lambda_capture_specifier
|
captures: (lambda_capture_specifier
|
||||||
"[" @lambda.capture.bracket
|
"[" @lambda.capture.bracket
|
||||||
"]" @lambda.capture.bracket)))
|
"]" @lambda.capture.bracket))
|
||||||
|
|
||||||
(concept_definition
|
(concept_definition
|
||||||
name: (identifier) @type.definition)
|
name: (identifier) @type.definition)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue