mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
fix typo
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
f87299f1b7
commit
63c23d4bb0
1 changed files with 2 additions and 2 deletions
|
@ -337,8 +337,8 @@ mod parser {
|
||||||
digit(),
|
digit(),
|
||||||
":",
|
":",
|
||||||
// according to the grammar there is just a single anything here.
|
// according to the grammar there is just a single anything here.
|
||||||
// However in the procese it is explained that placeholders can be nested
|
// However in the prose it is explained that placeholders can be nested.
|
||||||
// the example there contains both a placeholder text and a nested placeholder
|
// The example there contains both a placeholder text and a nested placeholder
|
||||||
// which indicates a list. Looking at the VSCode sourcecode, the placeholder
|
// which indicates a list. Looking at the VSCode sourcecode, the placeholder
|
||||||
// is indeed parsed as zero_or_more so the grammar is simply incorrect here
|
// is indeed parsed as zero_or_more so the grammar is simply incorrect here
|
||||||
zero_or_more(anything(TEXT_ESCAPE_CHARS)),
|
zero_or_more(anything(TEXT_ESCAPE_CHARS)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue