All notable changes to this project will be documented in this file.
1.0.4 - 2025-05-11
- Add regex patterns for language detection - (5b92dd9)
- Make language detection case insensitive - (32fcbb8)
- Use
netlinxfor injection specifier - (f09a52a) - Revert binding changes from ec2c841 - (2e22dd9)
- Add long_while statements - (e106646)
- @kimburgess made their first contribution in #12
1.0.3 - 2025-04-20
- Apply further fixes to release/publish workflow - (4641c4f)
1.0.2 - 2025-04-20
- Fix release/publish workflow - (3a98134)
1.0.1 - 2025-04-20
- (grammar) Consistently show type field in AST - (c3eea52)
- (grammar) Correctly allow for pre update expressions - (32d90e3)
- (grammar) Correctly parse dynamic array declarations - (87018c0)
1.0.0 - 2025-04-06
First official release of tree-sitter-netlinx, a Tree-sitter grammar for the NetLinx programming language.
- Complete grammar implementation for NetLinx syntax
- Syntax highlighting queries
- Comprehensive test suite