File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8080 <key >behaviour </key >
8181 <dict >
8282 <key >begin </key >
83- <string >^\s*(describe|context)\b </string >
83+ <string >^\s*(describe|context|feature )\b </string >
8484 <key >beginCaptures </key >
8585 <dict >
8686 <key >1 </key >
112112 <key >example </key >
113113 <dict >
114114 <key >begin </key >
115- <string >^\s*(it|specify)\b </string >
115+ <string >^\s*(it|specify|scenario )\b </string >
116116 <key >beginCaptures </key >
117117 <dict >
118118 <key >1 </key >
157157 </dict >
158158 </dict >
159159 <key >match </key >
160- <string >^\s*(it|specify)\s+(.*\S)(?< !do)\s*$ </string >
160+ <string >^\s*(it|specify|scenario )\s+(.*\S)(?< !do)\s*$ </string >
161161 <key >name </key >
162162 <string >meta.rspec.pending </string >
163163 </dict >
172172 </dict >
173173 </dict >
174174 <key >match </key >
175- <string >^\s*(it|specify)\s*{ </string >
175+ <string >^\s*(it|specify|scenario )\s*{ </string >
176176 </dict >
177177 </dict >
178178 <key >scopeName </key >
You can’t perform that action at this time.
0 commit comments