We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2e3dc commit 7aa1b32Copy full SHA for 7aa1b32
1 file changed
Syntax/Just.sublime-syntax
@@ -141,12 +141,14 @@ variables:
141
recipe_attributes_bare: |-
142
(?x:
143
confirm
144
+ | default
145
| linux
146
| macos
147
| no-cd
148
| no-exit-message
149
| no-quiet
150
| openbsd
151
+ | parallel
152
| positional-arguments
153
| private
154
| script
@@ -155,13 +157,10 @@ variables:
155
157
)
156
158
recipe_attributes_arguments: |-
159
- confirm
- | default
160
- | doc
+ doc
161
| extension
162
| group
163
| metadata
164
- | parallel
165
166
| working-directory
167
0 commit comments