Skip to content

Commit

Permalink
Update julia queries, fix #351
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass authored Dec 18, 2024
1 parent 3ed08b0 commit aca23ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions after/queries/julia/matchup.scm
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@
(do_clause
"do" @open.block
"end" @close.block) @scope.block

(let_statement
"let" @open.let
"end" @close.let) @scope.let
(module_definition
"module" @open.module
"end" @close.module) @scope.module

0 comments on commit aca23ce

Please sign in to comment.