All notable changes to the "vscode-parse-tree" extension will be documented in this file.
- add: dart language compatibility #89 (@sonnyvesali)
- Switch to tree-sitter-xml
- Add terraform support #72 (@danlamanna)
- Add nix support #66 (@fidgetingbits)
- Add lua support #67 (@fidgetingbits)
- Add swift support #70 (@swsnider)
- Add tree-sitter-julia support
- Add Starlark support #44 (@auscompgeek)
- Add tree-sitter-query #27 (@Will-Sommers)
- Add support for CSS and SCSS #25 (@Will-Sommers)
- Add support for php #19 (@nathanheffley)
- Add
loadLanguage
function and improve loading robustness #8
- Add preliminary xml support using html parser
- Improve error messages
- Add C and HTML support
- Add Java support
Add support for untrusted workspaces
Switch to wasm to support Windows and Remote SSH
- Add JSON parser