Tags give the ability to mark specific points in history as being important
-
-
-
-
-
-
-
v6.0.04
3ca170a3 · ·- Publish Node.js package with prebuilt binaries. - Automatically create releases with WebAssembly module on GitLab.
-
-
v6.0.2
b9b06e39 · ·- Added missing license information. - Added "Contributing" and "License" sections to readme. - Switch to Tree-sitter v0.25.10 - Fixed parsing errors for `(elif)` and `(else)` blocks. - Dropped `(comment)` limitation from readme file.
-
-
v6.0.0
4936c9d2 · ·- Switch to manual parsing of `(comment)` nodes. Otherwise, we cannot detect `(string)` nodes that contain `//` or `;`. - Improved parsing of `(string)`.
-
v5.5.5
e92734fc · ·- Add GitLab CI builds for Python sdist package - Add GitLab CI builds for Rust package
-
-
v5.5.3
f07e5594 · ·- Switch to Tree-sitter v0.25.7 - Reduce number of conflicts for `(if_block)` and `(else_block)`. The capture range after `(if_block)` is now clearly defined.
-
v5.5.2
55b387ce · ·- Switch to Tree-sitter v0.25.6 - Fix capture range for `(if_block)` expressions. Empty lines after the block are no longer considered part of the expression anymore.
-
v5.5.1
15f0032f · ·- Switch to Tree-sitter v0.25.4 - Fix detection of unquoted `(path)` expressions with interposed `(macro)` nodes.
-
v5.5.0
61607b32 · ·- Allow use of unquoted scope resolution operator (`::`) for namespaces, method names, etc. in `(symbol)` nodes.
-
v5.4.3
fd70d50f · ·- Fix detection of `GOSUB` command if a different capitalization variant is used. - Shorten regular expression patterns for commands with identical long and short forms.
-
-