mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:18:59 +08:00
docs: Default to fish highlighting
This fixes highlighting in cmds/. See #5696. [ci skip]
This commit is contained in:
parent
d8f922fd70
commit
03431ae9a2
|
@ -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 New Issue
Block a user