summaryrefslogtreecommitdiff
path: root/queries/cpp/99-scope.scm
blob: c8f7569316385f30e2181565fb327222cca5ded2 (plain)
1
2
3
4
5
6
7
8
9
10
11
; auto scopes() -> void
; {
;     {
;         // Scope
;     }
;     {
;         // Scope
;     }
; }
(compound_statement
  (compound_statement) @context.scope)