mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(julia): adapt queries to grammar changes (#6429)
This commit is contained in:
parent
86ac7e9274
commit
d2f4c78303
6 changed files with 23 additions and 81 deletions
|
|
@ -1,6 +1,6 @@
|
|||
function load_data(::Symbol; ::Int) :: Tuple
|
||||
# <- @keyword.function
|
||||
# ^ @function
|
||||
# ^ @function.call
|
||||
# ^ @punctuation.bracket
|
||||
# ^^ @punctuation.delimiter
|
||||
# ^ @type.builtin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue