You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #12067 Updated the lexer used to highlight terminal blocks (javiereguiluz)
This PR was merged into the 3.4 branch.
Discussion
----------
Updated the lexer used to highlight terminal blocks
This should fix#12060 and all the related issues which were reported in the past.
Now we only consider something is a Windows prompt if it starts with `C:\` and ends with `>`, so `C:\>`, `C:\Users\Administrator>`, `C:\Users\Someone\Projects\AcmeProject>`, etc.
Commits
-------
2e2a869 Updated the lexer used to highlight terminal blocks
0 commit comments