* add minimal Ferro tree-sitter grammar * add temporary tree-sitter generation workflow * generate Ferro tree-sitter parser * drop custom grammar in favor of Rust grammar reuse * remove temporary tree-sitter generation workflow * add Zed extension manifest for Ferro * configure Ferro files for Zed * add Ferro syntax highlighting queries * remove generated custom tree-sitter parser * remove generated custom tree-sitter node types * tighten Ferro Zed highlight queries * add minimal Ferro tree-sitter grammar * point Zed at Ferro grammar * refresh Ferro highlights --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
12 lines
322 B
TOML
12 lines
322 B
TOML
id = "ferro"
|
|
name = "Ferro"
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["sebastianrcnt"]
|
|
description = "Ferro syntax highlighting for Zed"
|
|
repository = "https://github.com/sebastianrcnt/doslang"
|
|
|
|
[grammars.ferro]
|
|
repository = "https://github.com/sebastianrcnt/doslang"
|
|
rev = "40316bb34f5acbaf34979cdf2dce296ae752d81d"
|