9 Commits

Author SHA1 Message Date
dec79fe9e5 chore(zed): bump extension to v0.3.2, update grammar rev
Updates extension.toml to v0.3.2 with grammar revision pointing to
the definition keyword rename commit.
2026-02-23 20:43:59 +00:00
583cd485b9 fix(zed): restore highlights.scm - Zed requires local query files
Zed extensions do not automatically use queries from fetched grammars.
They require local query files in languages/<lang>/ directory.

Restored highlights.scm by copying from tree-sitter-storybook/queries/.
The regression test ensures this stays in sync with the source of truth.

Also updated grammar revision to 0590c13 (latest remote commit).
2026-02-17 00:11:37 +00:00
87e515098a chore: updating extension
Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
2026-02-17 00:00:43 +00:00
aeccebbda1 chore(zed): update grammar revision to 47fafdc
Updated Zed extension to use the latest tree-sitter grammar with
the 'modifies' keyword change. Bumped extension version to 0.3.1.
2026-02-16 23:04:34 +00:00
a9445fd80c chore(zed): update grammar revision to e6d2974 2026-02-14 17:47:01 +00:00
0c4994acd2 chore(zed): update grammar revision to f440247
Updated to include the any_type highlighting fix.
2026-02-14 16:43:12 +00:00
50b9ee2034 chore(zed): update grammar revision to latest commit
Updated rev to 26bbef58d3 which
includes the fixed span tracking in LALRPOP parser.
2026-02-14 16:33:51 +00:00
de95332fe1 feat(zed): update extension for v0.3 grammar
Updated extension.toml:
- Version bumped to 0.3.0
- Grammar rev updated to v0.3 tree-sitter commit

Updated Zed highlights.scm with type system support:
- concept, sub_concept, concept_comparison keywords
- any keyword highlighting
- Named field highlights for type system declarations
- Template species reference highlighting
- sub_concept_field property highlighting
2026-02-14 14:30:57 +00:00
16deb5d237 release: Storybook v0.2.0 - Major syntax and features update
BREAKING CHANGES:
- Relationship syntax now requires blocks for all participants
- Removed self/other perspective blocks from relationships
- Replaced 'guard' keyword with 'if' for behavior tree decorators

Language Features:
- Add tree-sitter grammar with improved if/condition disambiguation
- Add comprehensive tutorial and reference documentation
- Add SBIR v0.2.0 binary format specification
- Add resource linking system for behaviors and schedules
- Add year-long schedule patterns (day, season, recurrence)
- Add behavior tree enhancements (named nodes, decorators)

Documentation:
- Complete tutorial series (9 chapters) with baker family examples
- Complete reference documentation for all language features
- SBIR v0.2.0 specification with binary format details
- Added locations and institutions documentation

Examples:
- Convert all examples to baker family scenario
- Add comprehensive working examples

Tooling:
- Zed extension with LSP integration
- Tree-sitter grammar for syntax highlighting
- Build scripts and development tools

Version Updates:
- Main package: 0.1.0 → 0.2.0
- Tree-sitter grammar: 0.1.0 → 0.2.0
- Zed extension: 0.1.0 → 0.2.0
- Storybook editor: 0.1.0 → 0.2.0
2026-02-13 21:52:03 +00:00