normalize-languages 0.3.2

Tree-sitter language support and dynamic grammar loading
Documentation
1
2
3
4
5
# fixtures/powershell

PowerShell fixture file for `.scm` query tests.

- `sample.ps1` — defines a `Calculator` class with `Add` and `Multiply` methods, plus `Invoke-Classify`, `Get-Sum`, and `Get-Factorial` functions; imports `PSReadLine` and `Microsoft.PowerShell.Utility`; includes if/elseif branching, foreach, and for loops.