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
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# KornShell is backward-compatible with the Bourne shell #2633
|
||||
[mappings]
|
||||
"Bourne Again Shell (bash)" = ["*.ksh"]
|
||||
"Bourne Again Shell (bash)" = [
|
||||
"*.ksh",
|
||||
"*.kshrc"
|
||||
]
|
||||
|
Reference in New Issue
Block a user