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.
2 parents c2e4d6e + eebc2e4 commit 5118c01Copy full SHA for 5118c01
_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