We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9995a commit 2e2a869Copy full SHA for 2e2a869
_build/_themes/_exts/symfonycom/sphinx/lexer.py
@@ -10,7 +10,7 @@ class TerminalLexer(RegexLexer):
10
tokens = {
11
'root': [
12
('^\$', Generic.Prompt, 'bash-prompt'),
13
- ('^[^\n>]+>', Generic.Prompt, 'dos-prompt'),
+ ('^C:\\[^\n>]+>', Generic.Prompt, 'dos-prompt'),
14
('^#.+$', Comment.Single),
15
('^.+$', Generic.Output),
16
],
0 commit comments