Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PrismJS#1601 Allow strings to have trailing comments
Updates the string regex to allow for strings that may have a trailing '#'. This uses a different pattern from other regex patterns, because only the string regex pattern is greedy, while the others are not.
- Loading branch information