Skip to content

Commit 057beed

Browse files
committed
[#31] Add a bunch more functions and attributes
1 parent 0b4c418 commit 057beed

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Syntax/Just.sublime-syntax

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,13 @@ variables:
112112
allow-duplicate-recipes
113113
| allow-duplicate-variables
114114
| dotenv-load
115+
| dotenv-override
116+
| dotenv-required
115117
| export
116118
| fallback
119+
| guards
117120
| ignore-comments
121+
| lazy
118122
| positional-arguments
119123
| quiet
120124
| unstable
@@ -152,9 +156,12 @@ variables:
152156
recipe_attributes_arguments: |-
153157
(?x:
154158
confirm
159+
| default
155160
| doc
156161
| extension
157162
| group
163+
| metadata
164+
| parallel
158165
| script
159166
| working-directory
160167
)

0 commit comments

Comments
 (0)