| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(tmux)!: update parser and highlights | Steven Xu | 2025-10-11 | 1 | -2/+1 |
| | | | | | | | Breaking changes: - Nodes `(variable_name)`, `(expr_variable_name)`, `(variable_name_short)`, are exposed as `(name)`. | ||||
| * | feat(tmux)!: update parser and highlights | Steven Xu | 2025-10-10 | 1 | -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 cleanup | Christian Clason | 2025-05-12 | 2 | -0/+57 |
