Forrest logo
back to the highlight tool

highlight:tldr:291b6

highlight: List all supported languages, themes, or plugins.
$ highlight --list-scripts ${select}
try on your machine

This command is likely used in a command-line or scripting environment. Here is its breakdown:

  • "highlight" is the name of a command or program being executed.
  • "--list-scripts" is an argument or parameter that is passed to the "highlight" command. It instructs the command to list available scripts.
  • "${select}" is a placeholder variable that should be replaced with a specific value when running the command. The use of variable syntax depends on the scripting language or shell being used, so it's not clear what "${select}" represents without more context.

In summary, when you execute this command with a valid value for "${select}", it will list the available scripts associated with the "highlight" command.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the highlight tool