add minimal Zed syntax highlighting for Ferro (#2)
* 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>
This commit is contained in:
co-authored by
github-actions[bot]
parent
deafd27939
commit
83ce26c209
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user