15 lines
359 B
TOML
15 lines
359 B
TOML
id = "ebnf"
|
|
name = "EBNF"
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Jooris Hadeler <jooris@hadeler.me>"]
|
|
description = "Syntax highlighting for Extended Backus-Naur Form (EBNF)"
|
|
repository = "https://git.hadeler.me/jooris/zed-ebnf"
|
|
|
|
[grammars.ebnf]
|
|
repository = "https://git.hadeler.me/jooris/tree-sitter-ebnf"
|
|
commit = "main"
|
|
|
|
[lib]
|
|
version = "0.1.0"
|