Releases: FoamScience/tree-sitter-foam
Releases · FoamScience/tree-sitter-foam
v0.4.4
v0.3.0
Minor convenience fixes
Few changes for better quality of life and easier integration with other tools
v0.2.0
Working WASM files for use with WebAssembly on all platforms.
Using this grammar with web-tree-sitter
is now recommended.
What's Changed
- Remove calls to strcat() to fix wasm build by @414owen in #1
- Pure C scanner for identifiers by @FoamScience in #3
New Contributors
- @414owen made their first contribution in #1
- @FoamScience made their first contribution in #3
Full Changelog: v0.1.0...v0.2.0
First stable release
- Parsing all OF8 and FE4 tutorial files correctly (deprecated tutorials from FE4 excluded)
- Basic syntax highlighting, indenting, folding and text objects/subjects, targeting NeoVim
Fixing on-release publishing of NPM packages
v0.0.1a Update workflows
Initial release
First working release of the parser; Can parse simple dictionaries
- Key-value pairs
- Dictionaries of key-value pairs and dictionaries
- Complex keyword identifiers
- Primitive value types and lists
- Macro expansions