mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: update julia queries to parser change
This commit is contained in:
parent
1fa45d8c79
commit
f6bc84dabd
3 changed files with 3 additions and 3 deletions
|
|
@ -12,6 +12,6 @@
|
|||
(quote_statement)
|
||||
|
||||
(do_clause)
|
||||
(compound_expression)
|
||||
(compound_statement)
|
||||
] @fold
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
((identifier) @keyword (#any-of? @keyword "global" "local")) ; Grammar error
|
||||
|
||||
(compound_expression
|
||||
(compound_statement
|
||||
["begin" "end"] @keyword)
|
||||
(quote_statement
|
||||
["quote" "end"] @keyword)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
(quote_statement)
|
||||
|
||||
(do_clause)
|
||||
(compound_expression)
|
||||
(compound_statement)
|
||||
|
||||
(assignment_expression)
|
||||
(binary_expression)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue