~emersion/public-inbox

scfg: tools: add tools section and tree-sitter link v1 APPLIED

Tim Culverhouse: 1
 tools: add tools section and tree-sitter link

 1 files changed, 5 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~emersion/public-inbox/patches/39162/mbox | git am -3
Learn more about email & git

[PATCH scfg] tools: add tools section and tree-sitter link Export this patch

Add a tools section and a link to tree-sitter-scfg.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 15f3a32b5b80..536ad225003a 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,10 @@ train "Shinkansen" {
- Python: [py-scfg]
- Rust: [scfg-rs]

## Tools

- Tree-sitter: [tree-sitter-scfg]

## Specification (draft)

Grammar in [ABNF]:
@@ -79,3 +83,4 @@ This specification text is licensed with [CC-BY-SA 4.0].
[scfg]: https://git.zapashcanon.fr/zapashcanon/scfg
[scfg-rs]: https://git.sr.ht/~cdv/scfg-rs
[CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/
[tree-sitter-scfg]: https://git.sr.ht/~rockorager/tree-sitter-scfg
-- 
2.39.2
Pushed, thanks!