Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 7c8d4ce

Browse files
committed
Connect the dots.
1 parent 55d3adb commit 7c8d4ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages/tree-sitter-stack-graphs-java/src/stack-graphs.tsg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ attribute node_symbol = node => symbol = (source-text node), source_n
508508
attr (ns) push_symbol = "%Label"
509509

510510
edge ns -> @stmt.before_scope
511+
edge @stmt.after_scope -> @stmt.before_scope
511512
}
512513

513514
(continue_statement) @stmt {

0 commit comments

Comments
 (0)