1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-20 16:55:57 +00:00

Merge branch 'master' into fix/list-themes-pager-hang

This commit is contained in:
Keith Hall
2025-11-15 15:41:07 +02:00
committed by GitHub
6 changed files with 10 additions and 7 deletions

2
.gitmodules vendored
View File

@@ -243,7 +243,7 @@
url = https://github.com/dertuxmalwieder/SublimeTodoTxt url = https://github.com/dertuxmalwieder/SublimeTodoTxt
[submodule "assets/syntaxes/02_Extra/Ada"] [submodule "assets/syntaxes/02_Extra/Ada"]
path = assets/syntaxes/02_Extra/Ada path = assets/syntaxes/02_Extra/Ada
url = https://github.com/wiremoons/ada-sublime-syntax url = https://github.com/AldanTanneo/ada-sublime-syntax
[submodule "assets/syntaxes/02_Extra/Crontab"] [submodule "assets/syntaxes/02_Extra/Crontab"]
path = assets/syntaxes/02_Extra/Crontab path = assets/syntaxes/02_Extra/Crontab

View File

@@ -14,6 +14,9 @@
## Syntaxes ## Syntaxes
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
- Fix inconsistencies in Ada syntax, see #3481 (@AldanTanneo)
## Themes ## Themes
## `bat` as a library ## `bat` as a library

View File

@@ -1,5 +1,5 @@
# see `man quadlet` # see `man quadlet`
[mappings] [mappings]
"INI" = [ "INI" = [
"**/containers/systemd/**/*.{container,volume,network,kube,image}", "**/containers/systemd/**/*.{container,volume,network,kube,image,build,pod}",
] ]

View File

@@ -1,5 +1,5 @@
with Chests.Ring_Buffers; with Chests.Ring_Buffers;
with USB.Device.HID.Keyboard; with USB.Device.HID.Keyboard;
package body Click is package body Click is
 ----------------  ----------------

View File

@@ -1,5 +1,5 @@
with HAL.GPIO; with HAL.GPIO;
with USB.Device.HID.Keyboard; with USB.Device.HID.Keyboard;
generic generic
 Nb_Bounce : Natural;  Nb_Bounce : Natural;