Skip to content

Releases: FoamScience/tree-sitter-foam

v0.3.0

04 Jul 08:16
Compare
Choose a tag to compare

Scanner re-written by @amaanq to address segfaulting issues.
This should really be a pre-release at this point, but well... I'm a bit impatient.

Minor convenience fixes

26 Jun 10:34
Compare
Choose a tag to compare

Few changes for better quality of life and easier integration with other tools

v0.2.0

06 Jan 20:38
Compare
Choose a tag to compare

Working WASM files for use with WebAssembly on all platforms.
Using this grammar with web-tree-sitter is now recommended.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

First stable release

28 Nov 19:46
Compare
Choose a tag to compare
  • 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

11 Nov 11:39
Compare
Choose a tag to compare
v0.0.1a

Update workflows

Initial release

11 Nov 11:07
bd974f2
Compare
Choose a tag to compare
Initial release Pre-release
Pre-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