Skip to content

Commit

Permalink
added ident symbols (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcansahin committed Oct 5, 2022
1 parent 8c0faa2 commit 8f5bc7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pub fn is_ident(c: u8) -> bool {
|| c == b'-'
|| c == b'_'
|| c == b':'
|| c == b'+'
|| c == b'/'
}

#[inline(always)]
Expand Down

0 comments on commit 8f5bc7a

Please sign in to comment.