Skip to content

Commit

Permalink
fix: update julia queries for new TS parser
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Dec 12, 2022
1 parent 5392fc1 commit 97279a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queries/julia/aerial.scm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
(#set! "kind" "Class")
) @type

(const_statement
(variable_declaration
(const_declaration
(assignment
. (identifier) @name)
(#set! "kind" "Constant")
) @type
Expand Down

0 comments on commit 97279a1

Please sign in to comment.