Skip to content

Commit

Permalink
update queries/sample.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Nov 16, 2022
1 parent d8178c5 commit 874381c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions queries/sample.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
(data_description
(level_number)
(entry_name)
(picture_clause
(picture_9) @picture_9_string)) @data.definition
(
(move_statement
src: (_)
dst: (WORD) @first-dst)
.
(move_statement
src: (_)
dst: (WORD) @second-dst)
(#eq? @first-dst @second-dst)
)

0 comments on commit 874381c

Please sign in to comment.