mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -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)
|
||||
|
||||
; lambdas
|
||||
((lambda_expression
|
||||
(lambda_expression
|
||||
captures: (lambda_capture_specifier
|
||||
"[" @lambda.capture.bracket
|
||||
"]" @lambda.capture.bracket)))
|
||||
"[" @lambda.capture.bracket
|
||||
"]" @lambda.capture.bracket))
|
||||
|
||||
(concept_definition
|
||||
name: (identifier) @type.definition)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue