v0.1.16
Changed
- SQL parser: replaced regex-based scanner with
tree-sitter-sqlgrammar, following the sameTreeSitterParserbase class as the other 6 code languages. Reduces false positives on multi-statement or dialect-specific SQL, and adds source line numbers, proper SQL signatures, and preceding-comment extraction.