Releases: Relrin/tree-sitter-angelscript
Releases · Relrin/tree-sitter-angelscript
Release list
0.2.0
What's Changed
- Support for
declaration_modifiernamed node mixin_declarationwas restructured - no longer wraps class_declaration as an opaque child. Now has its own name, body, and modifier fields, enabling direct queries like(mixin_declaration name: (identifier) @name)typedef_declarationexpanded - base_type now accepts both primitive_type and identifier, supporting user-defined type aliases liketypedef MyClass AliasName;