Implement checkbox
This commit is contained in:
parent
b60151556e
commit
dfdc631600
5 changed files with 75 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ pub mod delimiter {
|
|||
Delimiters {
|
||||
atomic: vec!['`', '|', '\\'],
|
||||
double: vec!['_', '~'],
|
||||
flanking: vec!['_', '*', '~', '(', ')', '\'', '"'],
|
||||
flanking: vec!['_', '*', '~', '(', ')', '[', ']', '\'', '"'],
|
||||
punctuation: vec![',', '.', ';', ':', '?', '!'],
|
||||
whitespace: vec!['\n', ' '],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue