From 6cd1b23502b3e2b7fa436402e4e16e0c2f9eb682 Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Fri, 19 Jan 2024 22:08:20 -0500 Subject: [PATCH] Remove share/completions/highlight.fish Highlight ships its own completion script: https://gitlab.com/saalen/highlight/-/blob/master/sh-completion/highlight.fish (cherry picked from commit 2cb60bed1000a781bf427b56108bba2e7c68ba32) --- share/completions/highlight.fish | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 share/completions/highlight.fish diff --git a/share/completions/highlight.fish b/share/completions/highlight.fish deleted file mode 100644 index ef82025ad..000000000 --- a/share/completions/highlight.fish +++ /dev/null @@ -1,8 +0,0 @@ - -complete -c highlight -s O -l out-format -d 'Output file in given format' -xa 'xterm256 latex tex rtf html xhtml ansi bbcode svg' -complete -c highlight -s t -l tab -d 'Specify tab length' -x -complete -c highlight -s i -l input -d 'Name of the input file' -r -complete -c highlight -s o -l output -d 'Name of the output file' -r -complete -c highlight -s d -l outdir -d 'Output directory' -r -complete -c highlight -s S -l syntax -d 'Set type of the source code' -xa "(highlight -p | sed -r 's/^(.*[^[:space:]])[[:space:]]+:[[:space:]]*([^[:space:]]+).*\$/\2\t\1/; /^\$/d')" -complete -c highlight -s s -l style -d 'Highlight style' -xa "(highlight --list-themes | sed '/^\$\| /d')"