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

Commit 471ed80

Browse files
committed
Connect the dots.
1 parent 69c7cc3 commit 471ed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,8 @@ attribute node_symbol = node => symbol = (source-text node), source_n
514514
edge ns -> @stmt.before_scope
515515
}
516516

517-
(continue_statement) @stmt {
518-
; FIXME: labels
517+
(continue_statement) @this {
518+
edge @this.after_scope -> @this.before_scope
519519
}
520520

521521
(declaration) @decl {}

0 commit comments

Comments
 (0)