mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-12 16:08:38 +00:00
Merge pull request #3182 from cyqsimon/paru
Add syntax mapping for paru configuration files
This commit is contained in:
commit
f8c6e90647
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
## Syntaxes
|
## Syntaxes
|
||||||
|
|
||||||
|
- Add syntax mapping for paru configuration files #3182 (@cyqsimon)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
## `bat` as a library
|
## `bat` as a library
|
||||||
|
6
src/syntax_mapping/builtins/linux/50-paru.toml
Normal file
6
src/syntax_mapping/builtins/linux/50-paru.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# See https://github.com/Morganamilo/paru/blob/master/man/paru.conf.5
|
||||||
|
[mappings]
|
||||||
|
"INI" = [
|
||||||
|
"${PARU_CONF}",
|
||||||
|
"paru.conf",
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user