Skip to content

Commit 36f84c2

Browse files
committed
Add more missing attributes
1 parent 0d3924b commit 36f84c2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Syntax/Just.sublime-syntax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,11 @@ variables:
142142
(?x:
143143
confirm
144144
| default
145+
| dragonfly
146+
| freebsd
145147
| linux
146148
| macos
149+
| netbsd
147150
| no-cd
148151
| no-exit-message
149152
| no-quiet
@@ -157,7 +160,8 @@ variables:
157160
)
158161
recipe_attributes_arguments: |-
159162
(?x:
160-
doc
163+
confirm
164+
| doc
161165
| env
162166
| extension
163167
| group

0 commit comments

Comments
 (0)