Skip to content

Releases: Relrin/tree-sitter-angelscript

Release list

0.2.0

Choose a tag to compare

@Relrin Relrin released this 17 Mar 18:51

What's Changed

  • Support for declaration_modifier named node
  • mixin_declaration was 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_declaration expanded - base_type now accepts both primitive_type and identifier, supporting user-defined type aliases like typedef MyClass AliasName;

0.1.0

Choose a tag to compare

@Relrin Relrin released this 14 Mar 17:24
c581ee0

What's Changed

  • Support for AngelScript in tree-sitter
  • Initial set of tests to cover the scriptin language