nvim-treesitter/queries/julia
Fredrik Ekre b0fc560c75 fix(julia): fix incorrect documentation query
This patch fixes an inprecise `@string.documentation` query introduced
in https://github.com/nvim-treesitter/nvim-treesitter/pull/7391.
Specifically, the pattern `(string_literal) . (identifier)` matches also
for example `"hello"` in

```julia
foo("hello", world)
@info "hello" world
```

To fix this, this patch limits the pattern to top-level statements.
2024-12-04 11:59:55 +01:00
..
folds.scm chore: query formatting 2024-01-19 16:58:37 +01:00
highlights.scm fix(julia): fix incorrect documentation query 2024-12-04 11:59:55 +01:00
indents.scm fix(julia): adapt queries to grammar changes (#6429) 2024-04-14 14:23:46 +02:00
injections.scm fix(julia): capture docstrings in more cases 2024-11-22 14:07:51 +01:00
locals.scm feat(julia): update parser and queries 2024-11-11 08:40:34 +01:00