mirror of
https://github.com/sharkdp/bat
synced 2026-06-09 10:03:18 +00:00
Merge pull request #3758 from injust/patch-1
Include `.ssh/` subdirectories in SSH Config syntax mapping
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
- Map several Google Cloud CLI config files to their appropriate syntax #3635 (@victor-gp)
|
- Map several Google Cloud CLI config files to their appropriate syntax #3635 (@victor-gp)
|
||||||
- Map all ignore dotfiles to Git Ignore syntax #3636 (@victor-gp)
|
- Map all ignore dotfiles to Git Ignore syntax #3636 (@victor-gp)
|
||||||
- Improved Kotlin syntax, see #3699 (@guille)
|
- Improved Kotlin syntax, see #3699 (@guille)
|
||||||
|
- Include subdirectories in SSH Config syntax mapping, see #3758 (@injust)
|
||||||
- Add Ghostty syntax mapping, see #3759 (@injust)
|
- Add Ghostty syntax mapping, see #3759 (@injust)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
[mappings]
|
[mappings]
|
||||||
"SSH Config" = ["**/.ssh/config"]
|
"SSH Config" = ["**/.ssh/**/config"]
|
||||||
|
|||||||
Reference in New Issue
Block a user