From 43ac47a06bfc92082fe72486a6a70ab04c11b349 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Tue, 22 Apr 2025 20:49:50 +0200 Subject: [PATCH] Drop generated highlight.nu which has no source anymore (#1101) `highlight.fish` has been removed upstream in 2cb60bed1000a781bf427b56108bba2e7c68ba32 > Remove share/completions/highlight.fish > > Highlight ships its own completion script: > https://gitlab.com/saalen/highlight/-/blob/master/sh-completion/highlight.fish https://github.com/fish-shell/fish-shell/commit/2cb60bed1000a781bf427b56108bba2e7c68ba32 --- custom-completions/auto-generate/completions/highlight.nu | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 custom-completions/auto-generate/completions/highlight.nu diff --git a/custom-completions/auto-generate/completions/highlight.nu b/custom-completions/auto-generate/completions/highlight.nu deleted file mode 100644 index ab22428..0000000 --- a/custom-completions/auto-generate/completions/highlight.nu +++ /dev/null @@ -1,7 +0,0 @@ -# Output file in given format -extern "highlight" [ - --out-format(-O) # Output file in given format - --syntax(-S) # Set type of the source code - --style(-s) # Highlight style - ...args -] \ No newline at end of file