We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Name of the lexer
sed
Code sample
:tthousand s/d\(.*\)0\(...\)$/\11\2/ s/d\(.*\)1\(...\)$/\12\2/ s/d\(.*\)2\(...\)$/\13\2/ s/d\(.*\)3\(...\)$/\14\2/ tthousand
Additional context
When I tried this code on Rouge, it took about 7 seconds to be highlighted.
Adding more s/d\(.*\)3\(...\)$/\14\2/ lines look making it take much more time. (I added one more line and did't get response in several minutes)
s/d\(.*\)3\(...\)$/\14\2/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Name of the lexer
sed
Code sample
Additional context
When I tried this code on Rouge, it took about 7 seconds to be highlighted.
Adding more
s/d\(.*\)3\(...\)$/\14\2/
lines look making it take much more time. (I added one more line and did't get response in several minutes)The text was updated successfully, but these errors were encountered: