mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Default to fish highlighting
This fixes highlighting in cmds/. See #5696. [ci skip]
This commit is contained in:
parent
d8f922fd70
commit
03431ae9a2
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ def setup(app):
|
|||
lexername='FishIndentLexer')
|
||||
lexers['fish-docs-samples'] = fish_indent_lexer
|
||||
|
||||
# The default language to assume
|
||||
highlight_language = 'fish-docs-samples'
|
||||
|
||||
# -- Path setup --------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue