diff options
| author | Steven Xu <stevenxxiu@gmail.com> | 2025-10-10 20:47:09 +1100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-10-10 12:53:39 +0200 |
| commit | de003000a287c501a6650a1ddd3be80ee34278d4 (patch) | |
| tree | d9212289599d40b4f7c9750cfe1ceca8b9af8c75 /SUPPORTED_LANGUAGES.md | |
| parent | feat(inko): update parser for let pattern matching (diff) | |
| download | nvim-treesitter-de003000a287c501a6650a1ddd3be80ee34278d4.tar nvim-treesitter-de003000a287c501a6650a1ddd3be80ee34278d4.tar.gz nvim-treesitter-de003000a287c501a6650a1ddd3be80ee34278d4.tar.bz2 nvim-treesitter-de003000a287c501a6650a1ddd3be80ee34278d4.tar.lz nvim-treesitter-de003000a287c501a6650a1ddd3be80ee34278d4.tar.xz nvim-treesitter-de003000a287c501a6650a1ddd3be80ee34278d4.tar.zst nvim-treesitter-de003000a287c501a6650a1ddd3be80ee34278d4.zip | |
feat(tmux)!: update parser and highlights
Breaking changes:
- Node `(variable)` was renamed to `(expr_double_quotes)`.
- Node `(variable_raw)` was renamed to `(expr_single_quotes)`.
- Node `(string)` was renamed to `(str_double_quotes)`.
- Node `(raw_string)` was renamed to `(str_single_quotes)`.
- Node `(raw_string_quote)` was removed.
Diffstat (limited to 'SUPPORTED_LANGUAGES.md')
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 989187984..90df4eb87 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -300,7 +300,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka [thrift](https://github.com/tree-sitter-grammars/tree-sitter-thrift) | unstable | `HFIJL` | | @amaanq, @duskmoon314 [tiger](https://github.com/ambroisie/tree-sitter-tiger) | unstable | `HFIJL` | | @ambroisie [tlaplus](https://github.com/tlaplus-community/tree-sitter-tlaplus) | unstable | `HF JL` | | @ahelwer, @susliko -[tmux](https://github.com/Freed-Wu/tree-sitter-tmux) | unstable | `H J ` | | @Freed-Wu +[tmux](https://github.com/Freed-Wu/tree-sitter-tmux) | unstable | `H J ` | | @Freed-Wu, @stevenxxiu [todotxt](https://github.com/arnarg/tree-sitter-todotxt) | unstable | `H ` | | @arnarg [toml](https://github.com/tree-sitter-grammars/tree-sitter-toml) | unstable | `HFIJL` | | @tk-shirasaka [tsv](https://github.com/tree-sitter-grammars/tree-sitter-csv) | unstable | `H ` | | @amaanq |
