Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 2.58 KB

File metadata and controls

52 lines (30 loc) · 2.58 KB

Changelog

All notable changes to this project will be documented in this file.

1.0.4 - 2025-05-11

🚀 Features

  • Add regex patterns for language detection - (5b92dd9)

🐛 Bug Fixes

  • Make language detection case insensitive - (32fcbb8)
  • Use netlinx for injection specifier - (f09a52a)
  • Revert binding changes from ec2c841 - (2e22dd9)
  • Add long_while statements - (e106646)

New Contributors ❤️

  • @kimburgess made their first contribution in #12

1.0.3 - 2025-04-20

🐛 Bug Fixes

  • Apply further fixes to release/publish workflow - (4641c4f)

1.0.2 - 2025-04-20

🐛 Bug Fixes

  • Fix release/publish workflow - (3a98134)

1.0.1 - 2025-04-20

🐛 Bug Fixes

  • (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

🎉🎉 Initial Release

First official release of tree-sitter-netlinx, a Tree-sitter grammar for the NetLinx programming language.

🚀 Features

  • Complete grammar implementation for NetLinx syntax
  • Syntax highlighting queries
  • Comprehensive test suite