Skip to content

Commit c51cff8

Browse files
authored
Merge pull request #3481 from AldanTanneo/master
update Ada syntax gitmodule
2 parents 3217a7e + 1abecd2 commit c51cff8

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
url = https://github.com/dertuxmalwieder/SublimeTodoTxt
244244
[submodule "assets/syntaxes/02_Extra/Ada"]
245245
path = assets/syntaxes/02_Extra/Ada
246-
url = https://github.com/wiremoons/ada-sublime-syntax
246+
url = https://github.com/AldanTanneo/ada-sublime-syntax
247247

248248
[submodule "assets/syntaxes/02_Extra/Crontab"]
249249
path = assets/syntaxes/02_Extra/Crontab

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
## Syntaxes
1515

1616
- Update quadlet syntax mapping to include *.{build,pod} files #3484 (@cyqsimon)
17+
- Fix inconsistencies in Ada syntax, see #3481 (@AldanTanneo)
1718

1819
## Themes
1920

assets/syntaxes/02_Extra/Ada

tests/syntax-tests/highlighted/Ada/click.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[38;2;230;219;116mwith Chests.Ring_Buffers;[0m
2-
[38;2;230;219;116mwith USB.Device.HID.Keyboard;[0m
1+
[38;2;249;38;114mwith[0m[38;2;248;248;242m [0m[38;2;166;226;46mChests.Ring_Buffers[0m[38;2;248;248;242m;[0m
2+
[38;2;249;38;114mwith[0m[38;2;248;248;242m [0m[38;2;166;226;46mUSB.Device.HID.Keyboard[0m[38;2;248;248;242m;[0m
33

44
package body Click is
55
 ----------------

tests/syntax-tests/highlighted/Ada/click.ads

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[38;2;230;219;116mwith HAL.GPIO;[0m
2-
[38;2;230;219;116mwith USB.Device.HID.Keyboard;[0m
1+
[38;2;249;38;114mwith[0m[38;2;248;248;242m [0m[38;2;166;226;46mHAL.GPIO[0m[38;2;248;248;242m;[0m
2+
[38;2;249;38;114mwith[0m[38;2;248;248;242m [0m[38;2;166;226;46mUSB.Device.HID.Keyboard[0m[38;2;248;248;242m;[0m
33

44
generic
55
 Nb_Bounce : Natural;

0 commit comments

Comments
 (0)