mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 09:52:27 +00:00
feat: introduce typlite's cli (#451)
* feat: introduce typlite's cli * build: specify default-bin * fix * fix: default bin again * dev: ignore typlite's lock
This commit is contained in:
parent
81a95816b6
commit
f8c4218534
4 changed files with 27 additions and 1 deletions
|
@ -96,7 +96,8 @@ impl Typlite {
|
|||
MathRoot => Self::str(node, s),
|
||||
|
||||
// Punctuation
|
||||
Hash => Self::char('#', s),
|
||||
// Hash => Self::char('#', s),
|
||||
Hash => Ok(()),
|
||||
LeftBrace => Self::char('{', s),
|
||||
RightBrace => Self::char('}', s),
|
||||
LeftBracket => Self::char('[', s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue