forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Win32 docs for
run-envoy.rst
section (envoyproxy#15813)
Signed-off-by: Sotiris Nanopoulos <[email protected]> Signed-off-by: Douglas Reid <[email protected]>
- Loading branch information
1 parent
f47e440
commit b46edc4
Showing
3 changed files
with
118 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from pygments.lexers import get_lexer_by_name | ||
|
||
|
||
def setup(app): | ||
app.add_lexer('powershell', get_lexer_by_name('powershell')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters