Tags give the ability to mark specific points in history as being important
-
v9.0.0
10efedb0 · ·[9.0.0] - 2026-05-10 -------------------- ### Changed - Highlights queries containing a `(symbol)` node were grouped and reordered. ### Fixed - Fix syntax for command `RETURNVALUES`. Its parameters must **not** be contained in a `(string)` node. -
v8.0.1
045fc4f1 · ·[8.0.1] - 2026-05-09 -------------------- ### Fixed - Fix highlights query for `(parameter_declaration)` with multiple parameters. -
v8.0.0
66ec7299 · ·[8.0.0] - 2026-04-30 -------------------- ### Changed - Changed highlights query for `(parameter_declaration)` nodes. The command `RETURNVALUES` is only accepting strings as arguments. - Reformatted query files. ### Fixed - Fix syntax for command `RETURNVALUES`. Its parameters need to be contained in a `(string)` node. - Fix detection of nested macros that use parenthesized notation inside `(string)` nodes.
-
v7.2.6
f15e16de · ·## [7.2.6] - 2026-04-02 ### Added - Switch to Tree-sitter v0.26.8 - Add GitHub workflow for checking the included queries.
-
-
v7.2.4
453698a0 · ·## [7.2.4] - 2026-03-07 ### Added - Enable GitHub publishing. ### Removed - Disabled GitLab publishing.
-
-
-
-
v7.2.0
9d2a1cac · ·- Support parameterized call targets in `(subroutine_call_expression)`. - Allow single `(macro)` node when macro text expansion is used for a whole line. - Fix use of parameter declarations with `ENTRY` and `%LINE` format option. `%LINE` can now appear after the first `(macro)`. - Detection of ampersand operators in expressions with parenthesized `(macro)` nodes.
-
-
-
v7.1.2
Release: Release v7.1.2c3f72e17 · ·- Fix parsing of `(option_expression)` enclosed in parentheses.
-
v7.1.1
Release: Release v7.1.13cf14164 · ·- Add GitHub mirror to readme. - Remove `(trace32_hll_variable)` references from readme. - Fix update of parser version in `src/parser.c`.
-
v7.1.0
Release: Release v7.1.0dc49ed11 · ·- `(option_expression)` can handle complex values with expressions. Accepted expressions differ for commands with and without HLL support.
-
-
-
v7.0.0
05612392 · ·- New node `(macro_text_expansion)` for situations where the script logic relies on the text replacement properties of PRACTICE macros. - `(symbol)` nodes starting with machine or program names are highlighted as constants. - Other `(symbol)` nodes are now highlighted like variables. - Accept `(file_handle)` nodes with one or more `(macro)` nodes. The macros contain the numerical value of the file handle. - `(symbol)` nodes are now supporting dynamic segments with `(macro)` nodes. - `(trace32_hll_variable)` nodes are removed. All instances are replaced by `(symbol)` nodes. `(trace32_hll_variable)` and `(symbol)` have always shared the same syntax and could be used interchangeably. However, `(symbol)` is the more generic type. Ultimately, the decision of whether a symbol is a TRACE32 internal HLL variable needs to be made at a higher level.
-
-