diff options
| author | Sergio A. Vargas <savargasqu+git@unal.edu.co> | 2024-04-14 07:23:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 14:23:46 +0200 |
| commit | d2f4c7830377d6d036e9621ae696dbd28f089897 (patch) | |
| tree | 67bd1e74de0f9cfef12a968a366ca7122e6971f2 /tests | |
| parent | ci: replace node with upstream action (diff) | |
| download | nvim-treesitter-d2f4c7830377d6d036e9621ae696dbd28f089897.tar nvim-treesitter-d2f4c7830377d6d036e9621ae696dbd28f089897.tar.gz nvim-treesitter-d2f4c7830377d6d036e9621ae696dbd28f089897.tar.bz2 nvim-treesitter-d2f4c7830377d6d036e9621ae696dbd28f089897.tar.lz nvim-treesitter-d2f4c7830377d6d036e9621ae696dbd28f089897.tar.xz nvim-treesitter-d2f4c7830377d6d036e9621ae696dbd28f089897.tar.zst nvim-treesitter-d2f4c7830377d6d036e9621ae696dbd28f089897.zip | |
fix(julia): adapt queries to grammar changes (#6429)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/query/highlights/julia/test.jl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/julia/test.jl b/tests/query/highlights/julia/test.jl index 065df5c9e..445efaa1f 100644 --- a/tests/query/highlights/julia/test.jl +++ b/tests/query/highlights/julia/test.jl @@ -1,6 +1,6 @@ function load_data(::Symbol; ::Int) :: Tuple # <- @keyword.function -# ^ @function +# ^ @function.call # ^ @punctuation.bracket # ^^ @punctuation.delimiter # ^ @type.builtin |
