Implement escaping
This commit is contained in:
parent
0d910634c6
commit
c6b43b2c48
4 changed files with 18 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ pub mod delimiter {
|
|||
impl Default for Delimiters {
|
||||
fn default() -> Self {
|
||||
Delimiters {
|
||||
atomic: vec!['`', '|'],
|
||||
atomic: vec!['`', '|', '\\'],
|
||||
double: vec!['_', '~'],
|
||||
flanking: vec!['_', '*', '~', '(', ')', '\'', '"'],
|
||||
punctuation: vec![',', '.', ';', ':', '?', '!'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue