Add bilingual manual and localized docs routes
This commit is contained in:
@@ -5,7 +5,7 @@ Tree-sitter implementation of the Decodal grammar.
|
||||
The canonical grammar is documented in:
|
||||
|
||||
```text
|
||||
../../doc/manual/souce/language/grammar.md
|
||||
../../doc/manual/source/language/grammar.md
|
||||
```
|
||||
|
||||
This grammar is an editor/tooling implementation of that EBNF reference.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Tree-sitter implementation of the canonical EBNF grammar in
|
||||
// doc/manual/souce/language/grammar.md.
|
||||
// doc/manual/source/language/grammar.md.
|
||||
|
||||
const PREC = {
|
||||
AS: 0,
|
||||
|
||||
Reference in New Issue
Block a user