mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -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)
|
(quote_statement)
|
||||||
|
|
||||||
(do_clause)
|
(do_clause)
|
||||||
(compound_expression)
|
(compound_statement)
|
||||||
] @fold
|
] @fold
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
|
|
||||||
((identifier) @keyword (#any-of? @keyword "global" "local")) ; Grammar error
|
((identifier) @keyword (#any-of? @keyword "global" "local")) ; Grammar error
|
||||||
|
|
||||||
(compound_expression
|
(compound_statement
|
||||||
["begin" "end"] @keyword)
|
["begin" "end"] @keyword)
|
||||||
(quote_statement
|
(quote_statement
|
||||||
["quote" "end"] @keyword)
|
["quote" "end"] @keyword)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
(quote_statement)
|
(quote_statement)
|
||||||
|
|
||||||
(do_clause)
|
(do_clause)
|
||||||
(compound_expression)
|
(compound_statement)
|
||||||
|
|
||||||
(assignment_expression)
|
(assignment_expression)
|
||||||
(binary_expression)
|
(binary_expression)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue