Commit eebc2e4
committed
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 blocks1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments