File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 180180 </dict >
181181 </array >
182182 </dict >
183+ <dict >
184+ <key >begin </key >
185+ <string >\b((?!(?:break|case|catch|continue|do|else|finally|for|function|if|export|import|package|return|switch|throw|try|while|with)[\s\(])(?:[a-zA-Z_$][a-zA-Z_$0-9]*))\s*(\()(?=(?:[^\(\)]*)?\)\s*\{) </string >
186+ <key >beginCaptures </key >
187+ <dict >
188+ <key >1 </key >
189+ <dict >
190+ <key >name </key >
191+ <string >entity.name.function.js </string >
192+ </dict >
193+ <key >2 </key >
194+ <dict >
195+ <key >name </key >
196+ <string >punctuation.definition.parameters.begin.js </string >
197+ </dict >
198+ </dict >
199+ <key >end </key >
200+ <string >\) </string >
201+ <key >endCaptures </key >
202+ <dict >
203+ <key >0 </key >
204+ <dict >
205+ <key >name </key >
206+ <string >punctuation.definition.parameters.begin.js </string >
207+ </dict >
208+ </dict >
209+ <key >name </key >
210+ <string >meta.method.js </string >
211+ <key >patterns </key >
212+ <array >
213+ <dict >
214+ <key >include </key >
215+ <string >#function-params </string >
216+ </dict >
217+ </array >
218+ </dict >
183219 <dict >
184220 <key >captures </key >
185221 <dict >
You can’t perform that action at this time.
0 commit comments