Forrest logo
back to the delta tool

delta:tldr:3ecf8

delta: Display supported languages and associated file extensions.
$ delta --list-languages
try on your machine

The command "delta --list-languages" is used to display a list of supported language syntax highlighting options in the Delta tool.

Delta is a syntax-highlighter tool that improves the colorization of diff files. It is commonly used in conjunction with version control systems like Git to improve the visual representation of changes in code files.

In this particular command, "--list-languages" is a flag or option that is passed to the "delta" command. This option instructs the tool to list all the available languages for syntax highlighting.

By running this command, you will get an output showing a comprehensive list of supported programming languages and file extensions that can be used with Delta for enhanced syntax highlighting.

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 delta tool