mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-28 16:12:30 +01:00
* Add syntax highlighting support for .kshrc files and update mapping in KornShell syntax #3361
7 lines
136 B
TOML
7 lines
136 B
TOML
# KornShell is backward-compatible with the Bourne shell #2633
|
|
[mappings]
|
|
"Bourne Again Shell (bash)" = [
|
|
"*.ksh",
|
|
"*.kshrc"
|
|
]
|