mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-15 07:10:43 +01:00
Merge pull request #3262 from AdamGaskins/bash-zsh
Fix syntax highlighting for bash/zsh
This commit is contained in:
commit
debb66f8b0
@ -11,6 +11,7 @@
|
|||||||
- Rename some submodules to fix Dependabot submodule updates, see issue #3198 and PR #3201 (@victor-gp)
|
- Rename some submodules to fix Dependabot submodule updates, see issue #3198 and PR #3201 (@victor-gp)
|
||||||
- Make highlight tests fail when new syntaxes don't have fixtures PR #3255 (@dan-hipschman)
|
- Make highlight tests fail when new syntaxes don't have fixtures PR #3255 (@dan-hipschman)
|
||||||
- Fix crash for multibyte characters in file path, see issue #3230 and PR #3245 (@HSM95)
|
- Fix crash for multibyte characters in file path, see issue #3230 and PR #3245 (@HSM95)
|
||||||
|
- Add missing mappings for various bash/zsh files, see PR #3262 (@AdamGaskins)
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
|
@ -2,4 +2,24 @@
|
|||||||
"Bourne Again Shell (bash)" = [
|
"Bourne Again Shell (bash)" = [
|
||||||
# used by lots of shells
|
# used by lots of shells
|
||||||
"/etc/profile",
|
"/etc/profile",
|
||||||
|
|
||||||
|
"bashrc",
|
||||||
|
"*.bashrc",
|
||||||
|
"bash_profile",
|
||||||
|
"*.bash_profile",
|
||||||
|
"bash_login",
|
||||||
|
"*.bash_login",
|
||||||
|
"bash_logout",
|
||||||
|
"*.bash_logout",
|
||||||
|
|
||||||
|
"zshrc",
|
||||||
|
"*.zshrc",
|
||||||
|
"zprofile",
|
||||||
|
"*.zprofile",
|
||||||
|
"zlogin",
|
||||||
|
"*.zlogin",
|
||||||
|
"zlogout",
|
||||||
|
"*.zlogout",
|
||||||
|
"zshenv",
|
||||||
|
"*.zshenv"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user