CFML language support for Zed.
Update the tree-sitter grammar revisions in extension.toml to the latest tagged release:
cargo xtask update-grammarTo use the latest commit on the default branch instead:
cargo xtask update-grammar --commitRun clippy against the wasm target:
cargo xtask lintCreate a release (updates versions, builds, tests, commits, tags, and pushes):
cargo xtask release 0.2.18