1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-19 08:15:58 +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
[submodule "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"]
path = assets/syntaxes/02_Extra/Crontab

View File

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

View File

@@ -1,5 +1,5 @@
# see `man quadlet`
[mappings]
"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 USB.Device.HID.Keyboard;
with Chests.Ring_Buffers;
with USB.Device.HID.Keyboard;
package body Click is
 ----------------

View File

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