diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-05-29 11:13:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 11:13:36 -0400 |
| commit | 754b509f2680f1e76bef09c038bfef6a19e336de (patch) | |
| tree | 730ed64929724689a748e755e3a2c32f253f5d45 /tests/query | |
| parent | Update README (diff) | |
| download | nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.gz nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.bz2 nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.lz nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.xz nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.tar.zst nvim-treesitter-754b509f2680f1e76bef09c038bfef6a19e336de.zip | |
chore: update Gleam
Diffstat (limited to 'tests/query')
| -rw-r--r-- | tests/query/highlights/gleam/try.gleam | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/query/highlights/gleam/try.gleam b/tests/query/highlights/gleam/try.gleam deleted file mode 100644 index 22c72c39e..000000000 --- a/tests/query/highlights/gleam/try.gleam +++ /dev/null @@ -1,11 +0,0 @@ -pub fn main() { - try x = Ok(1) - // <- exception - // ^ variable - // ^ operator - // ^^ constant.builtin - // ^ punctuation.bracket - // ^ number - // ^ punctuation.bracket - Ok(x + 1) -} |
