1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 13:47:46 +00:00

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


2cb60bed10
This commit is contained in:
Jan Klass 2025-04-22 20:49:50 +02:00 committed by GitHub
parent 448b0177c3
commit 43ac47a06b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
]