fix: update julia queries to parser change

This commit is contained in:
Christian Clason 2022-11-06 11:03:23 +01:00 committed by Christian Clason
parent 1fa45d8c79
commit f6bc84dabd
3 changed files with 3 additions and 3 deletions

View file

@ -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)