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 165
165
}
166
166
{
167
167
' comment' : ' Matches class method names and styles as function, even if marked private, or getters/setters'
168
- ' begin' : ' ((?:(?:private|puclic |protected|static)\\ s+){0,2})((?:[\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)?)<'
168
+ ' begin' : ' ((?:(?:private|public |protected|static)\\ s+){0,2})((?:[\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)?)<'
169
169
' beginCaptures' :
170
170
' 1' :
171
171
' name' : ' storage.modifier.js'
188
188
]
189
189
}
190
190
{
191
- ' match' : ' ((?:(?:private|puclic |protected|static)\\ s+){0,2})(?:(get|set)\\ s+)?([\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)(?=\\ ()'
191
+ ' match' : ' ((?:(?:private|public |protected|static)\\ s+){0,2})(?:(get|set)\\ s+)?([\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)(?=\\ ()'
192
192
' captures' :
193
193
' 1' :
194
194
' name' : ' storage.modifier.js'
214
214
]
215
215
}
216
216
{
217
- ' begin' : ' ((?:(?:private|puclic |protected|static)\\ s+){0,2})([\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)(\\ ??)\\ s*:\\ s*'
217
+ ' begin' : ' ((?:(?:private|public |protected|static)\\ s+){0,2})([\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)(\\ ??)\\ s*:\\ s*'
218
218
' beginCaptures' :
219
219
' 1' :
220
220
' name' : ' storage.modifier.js'
233
233
]
234
234
}
235
235
{
236
- ' match' : ' ((?:(?:private|puclic |protected|static)\\ s+){0,2})([\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)(\\ ??)'
236
+ ' match' : ' ((?:(?:private|public |protected|static)\\ s+){0,2})([\\ p{L}\\ p{Nl}$_][\\ p{L}\\ p{Nl}$\\ p{Mn}\\ p{Mc}\\ p{Nd}\\ p{Pc}\\ x{200C}\\ x{200D}]*)(\\ ??)'
237
237
' captures' :
238
238
' 1' :
239
239
' name' : ' storage.modifier.js'
You can’t perform that action at this time.
0 commit comments