mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-23 04:32:11 +08:00
parent
635dafeb9c
commit
76195dfe1d
@ -1,4 +1,4 @@
|
|||||||
# Generated by hand against bat 0.11.0.
|
# Generated by hand against bat 0.12.0.
|
||||||
# bat is at <https://github.com/sharkdp/bat>.
|
# bat is at <https://github.com/sharkdp/bat>.
|
||||||
|
|
||||||
# TODO: Have --map-syntax properly suggest from- and to-languages.
|
# TODO: Have --map-syntax properly suggest from- and to-languages.
|
||||||
@ -56,7 +56,7 @@ set -l tabs_opts '
|
|||||||
'
|
'
|
||||||
|
|
||||||
complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -s l -l language -a '(__bat_complete_languages_and_extensions)' -d 'Set language for syntax highlighting'
|
complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -s l -l language -a '(__bat_complete_languages_and_extensions)' -d 'Set language for syntax highlighting'
|
||||||
complete -c bat -n 'not __fish_seen_subcommand_from cache' -f -l list-language -d 'List supported languages for syntax highlighting'
|
complete -c bat -n 'not __fish_seen_subcommand_from cache' -f -s L -l list-language -d 'List supported languages for syntax highlighting'
|
||||||
complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -s m -l map-syntax -d 'Map file name/extension to existing syntax'
|
complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -s m -l map-syntax -d 'Map file name/extension to existing syntax'
|
||||||
complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -l theme -a '(__bat_complete_themes)' -d 'Set theme for syntax highlighting'
|
complete -c bat -n 'not __fish_seen_subcommand_from cache' -x -l theme -a '(__bat_complete_themes)' -d 'Set theme for syntax highlighting'
|
||||||
complete -c bat -n 'not __fish_seen_subcommand_from cache' -f -l list-themes -d 'List syntax-highlighting themes'
|
complete -c bat -n 'not __fish_seen_subcommand_from cache' -f -l list-themes -d 'List syntax-highlighting themes'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user