We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b4c418 commit 057beedCopy full SHA for 057beed
1 file changed
Syntax/Just.sublime-syntax
@@ -112,9 +112,13 @@ variables:
112
allow-duplicate-recipes
113
| allow-duplicate-variables
114
| dotenv-load
115
+ | dotenv-override
116
+ | dotenv-required
117
| export
118
| fallback
119
+ | guards
120
| ignore-comments
121
+ | lazy
122
| positional-arguments
123
| quiet
124
| unstable
@@ -152,9 +156,12 @@ variables:
152
156
recipe_attributes_arguments: |-
153
157
(?x:
154
158
confirm
159
+ | default
155
160
| doc
161
| extension
162
| group
163
+ | metadata
164
+ | parallel
165
| script
166
| working-directory
167
)
0 commit comments