Skip to content

Commit

Permalink
feat: add context for c++ namespace definition
Browse files Browse the repository at this point in the history
  • Loading branch information
defr0std authored and lewis6991 committed Mar 22, 2024
1 parent ce37c77 commit f197661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions queries/cpp/context.scm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
body: (_ (_) @context.end)
) @context

(namespace_definition
body: (_ (_) @context.end)
) @context

(class_specifier
body: (_ (_) @context.end)
) @context
Expand Down

0 comments on commit f197661

Please sign in to comment.