Tags give the ability to mark specific points in history as being important
-
v5.5.115f0032f · ·
- Switch to Tree-sitter v0.25.4 - Fix detection of unquoted `(path)` expressions with interposed `(macro)` nodes.
-
v5.5.061607b32 · ·
- Allow use of unquoted scope resolution operator (`::`) for namespaces, method names, etc. in `(symbol)` nodes.
-
v5.4.3fd70d50f · ·
- Fix detection of `GOSUB` command if a different capitalization variant is used. - Shorten regular expression patterns for commands with identical long and short forms.
-
-
-
v5.4.0f67e2cde · ·
- Register grammar for "*.cmmt" files. These are TRACE32 script templates. - Switch to Tree-sitter v0.25.1 - Add Zig language bindings
-
-
-
-
v5.0.0579e6bf7 · ·
- `Var.NEWGLOBAL` and `Var.NEWLOCAL` commands with value assignment. - Better PRACTICE macro detection in strings. - `(option_expression)` can capture multiple macros as values. - Fix parsing of commands with multiple options and options that are specified as macros. - Fix detection of `"&"` as string literal. - Do not accept comma as command option delimiter. - Allow multiple spaces between option and its value.
-
-
-
v4.0.0e4553730 · ·
- `RePeaT` blocks with post condition capture the `WHILE` keyword as `(command)`, so that highlights are correctly applied.
-
v3.0.06182836f · ·
- New node `(elif)` for `ELSE IF` blocks. - Long chains of `ELSE IF` blocks do not increase the nesting depth of the tree with each `ELSE` keyword. Each chained `(elif)` node is assigned to the topmost `(if)`. - Use REUSE for license management. - Fix Node.js CI builds.
-
-
-
v2.7.00a457a55 · ·
- Switch to Tree-sitter v0.21.0 - Convert queries to last-wins precedence. - Remove unnecessary conflict resolution for node `(hll_pointer_declarator)`.
-
v2.6.2b904af35 · ·
- Logical AND operators with parenthesized on right hand side are parsed without error.
-
v2.6.1884a034e · ·
- Commands including the device prefix `B::` are not mixed up with `labeled_expression`.
-
v2.6.0c5440829 · ·
- `Var` commands with multiple `(format_expression) (_hll_expression)` blocks are supported. - `Var` commands with string as first parameter