diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-08-08 09:51:00 +0200 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2026-08-08 07:55:51 +0000 |
| commit | 5339b01359ffd727ff30ea8310bf805d72fee2b7 (patch) | |
| tree | 2a06a5aa0f334a6bee5bfa67e89e070f6a39692d | |
| parent | feat(scala)!: update parser and queries (diff) | |
| download | nvim-treesitter-5339b01359ffd727ff30ea8310bf805d72fee2b7.tar nvim-treesitter-5339b01359ffd727ff30ea8310bf805d72fee2b7.tar.gz nvim-treesitter-5339b01359ffd727ff30ea8310bf805d72fee2b7.tar.bz2 nvim-treesitter-5339b01359ffd727ff30ea8310bf805d72fee2b7.tar.lz nvim-treesitter-5339b01359ffd727ff30ea8310bf805d72fee2b7.tar.xz nvim-treesitter-5339b01359ffd727ff30ea8310bf805d72fee2b7.tar.zst nvim-treesitter-5339b01359ffd727ff30ea8310bf805d72fee2b7.zip | |
test(usd): fix failing highlight test
| -rw-r--r-- | tests/query/highlights/usd/properties.usda | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/usd/properties.usda b/tests/query/highlights/usd/properties.usda index 790ccfab7..4d4b17d65 100644 --- a/tests/query/highlights/usd/properties.usda +++ b/tests/query/highlights/usd/properties.usda @@ -1,4 +1,4 @@ -dictionary foo = {} +dictionary foo # <- @type half[] foo = [2, 1, 2] # <- @type |
