aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/tmux
Commit message (Collapse)AuthorAgeFilesLines
* feat(tmux)!: update parser and highlightsSteven Xu2025-10-111-2/+1
| | | | | | Breaking changes: - Nodes `(variable_name)`, `(expr_variable_name)`, `(variable_name_short)`, are exposed as `(name)`.
* feat(tmux)!: update parser and highlightsSteven Xu2025-10-101-6/+20
| | | | | | | | | | 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.
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-122-0/+57