diff --git a/src/parse/helpers.rs b/src/parse/helpers.rs index 26047f4..4999d7e 100644 --- a/src/parse/helpers.rs +++ b/src/parse/helpers.rs @@ -27,6 +27,7 @@ fn is_character_word_boundary(c: char) -> bool | '/' | '%' | '|' + | '#' => true, _ => false, }