1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-15 14:25:51 +00:00

update Ada syntax gitmodule

This commit is contained in:
AldanTanneo
2025-11-06 21:16:59 +01:00
parent 3217a7e667
commit 1abecd2c93
5 changed files with 7 additions and 6 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,7 @@
## Syntaxes
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
- Fix inconsistencies in Ada syntax, see #3481 (@AldanTanneo)
## Themes

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;