Skip to content

Commit 7aa1b32

Browse files
committed
Correct some recipe attributes which were in the wrong spot
1 parent dc2e3dc commit 7aa1b32

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

Syntax/Just.sublime-syntax

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,14 @@ variables:
141141
recipe_attributes_bare: |-
142142
(?x:
143143
confirm
144+
| default
144145
| linux
145146
| macos
146147
| no-cd
147148
| no-exit-message
148149
| no-quiet
149150
| openbsd
151+
| parallel
150152
| positional-arguments
151153
| private
152154
| script
@@ -155,13 +157,10 @@ variables:
155157
)
156158
recipe_attributes_arguments: |-
157159
(?x:
158-
confirm
159-
| default
160-
| doc
160+
doc
161161
| extension
162162
| group
163163
| metadata
164-
| parallel
165164
| script
166165
| working-directory
167166
)

0 commit comments

Comments
 (0)