mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-29 00:22:26 +01:00
* Add syntax highlighting support for .kshrc files and update mapping in KornShell syntax #3361
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
- Update Lean syntax from Lean 3 to Lean 4 #3322 (@YDX-2147483647)
|
- Update Lean syntax from Lean 3 to Lean 4 #3322 (@YDX-2147483647)
|
||||||
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
|
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
|
||||||
- Update hosts syntax #3368 (@keith-hall)
|
- Update hosts syntax #3368 (@keith-hall)
|
||||||
|
- Map `.kshrc` files to Bash syntax #3364 (@ritoban23)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
# KornShell is backward-compatible with the Bourne shell #2633
|
# KornShell is backward-compatible with the Bourne shell #2633
|
||||||
[mappings]
|
[mappings]
|
||||||
"Bourne Again Shell (bash)" = ["*.ksh"]
|
"Bourne Again Shell (bash)" = [
|
||||||
|
"*.ksh",
|
||||||
|
"*.kshrc"
|
||||||
|
]
|
||||||
|
Reference in New Issue
Block a user