Skip to content

Commit 137f89f

Browse files
committedFeb 6, 2025
Fixup
1 parent 31f6084 commit 137f89f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎.github/workflows/syntax.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
matrix:
2525
include:
2626
- build: 'latest'
27-
packages: binary
27+
packages: master
2828
- build: 'stable'
29-
packages: binary
29+
packages: master # revert to 'stable' when Bash drops
3030
steps:
3131
- uses: actions/checkout@v4
3232
- uses: SublimeText/syntax-test-action@v2

‎Embedded Bash.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ contexts:
1212
- meta_prepend: true
1313
- include: ssh-config-none
1414

15-
expansions-parameter:
15+
parameter-expansions:
1616
- meta_prepend: true
1717
- include: ssh-config-char-escapes
1818

‎Embeddings/Shell (for SSH Config).sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extends: Packages/ShellScript/Shell-Unix-Generic.sublime-syntax
88

99
contexts:
1010

11-
expansions-parameter:
11+
parameter-expansions:
1212
- meta_prepend: true
1313
- include: ssh-config-char-escapes
1414

‎SSH Config.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ contexts:
7979

8080
environment-variables:
8181
# https://man7.org/linux/man-pages/man5/ssh_config.5.html#ENVIRONMENT_VARIABLES
82-
- include: scope:source.shell#expansions-parameter
82+
- include: scope:source.shell#parameter-expansions
8383

8484
###[ HOST ]####################################################################
8585

0 commit comments

Comments
 (0)