mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-18 16:50:33 +01:00
README.md: Clarify --map-syntax argument
This commit is contained in:
parent
9287cf6b0b
commit
eb4b1eb28f
@ -515,8 +515,9 @@ command line option. The option takes an argument of the form `pattern:syntax` w
|
|||||||
the absolute file path. The `syntax` part is the full name of a supported language
|
the absolute file path. The `syntax` part is the full name of a supported language
|
||||||
(use `bat --list-languages` for an overview).
|
(use `bat --list-languages` for an overview).
|
||||||
|
|
||||||
Note: You probably want to use this option as an entry in `bat`s configuration file instead
|
Note: You probably want to use this option as [an entry in `bat`s configuration file](#configuration-file)
|
||||||
of passing it on the command line (see below).
|
for persistence, instead of passing it on the command line as a one-off, as generally
|
||||||
|
you'd just use `-l` unless you are passing multiple filenames as arguments.
|
||||||
|
|
||||||
Example: To use "INI" syntax highlighting for all files with a `.conf` file extension, use
|
Example: To use "INI" syntax highlighting for all files with a `.conf` file extension, use
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user