Skip to content

Commit

Permalink
Add another special character.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL committed Jan 19, 2020
1 parent ca161ca commit dd3f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc.rs
Expand Up @@ -12,7 +12,7 @@ use std::{
lazy_static! {
static ref SPECIAL_CHARS: Vec<char> = vec![
'[', ']', '{', '}', '(', ')', '*', '|', ':', '<', '>', '/', '\\', '%', '&', '¿', '?', '¡',
'!', '#',
'!', '#', '\''
];
}

Expand Down

0 comments on commit dd3f672

Please sign in to comment.