1
0
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:
Keith Hall 2025-01-24 23:21:29 +02:00 committed by GitHub
commit f8c6e90647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,8 @@
## Syntaxes
- Add syntax mapping for paru configuration files #3182 (@cyqsimon)
## Themes
## `bat` as a library

View File

@ -0,0 +1,6 @@
# See https://github.com/Morganamilo/paru/blob/master/man/paru.conf.5
[mappings]
"INI" = [
"${PARU_CONF}",
"paru.conf",
]