Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As discussed in rouge-ruby#1075, escaped double quotes were not being interpreted correctly. This was due to an escaped double quote not being included in the escape sequence regex in the Rust lexer. This commit adds the double quote and the numeral zero (the null character). See: https://static.rust-lang.org/doc/master/reference.html#characters-and-strings This fixes rouge-ruby#1075.
- Loading branch information