File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 407407 \b(def)\s+
408408 (`[^`]+`|[_$a-zA-Z][_$a-zA-Z0-9]*(?:_[^\t .,;()\[\]{}'"`\w])(?=[(\t ])|[_$a-zA-Z][_$a-zA-Z0-9]*|[-?~>< ^+*%:!#|/@\\]+) </string >
409409 </dict >
410+ <dict >
411+ <key >captures </key >
412+ <dict >
413+ <key >1 </key >
414+ <dict >
415+ <key >name </key >
416+ <string >keyword.declaration.scala </string >
417+ </dict >
418+ <key >2 </key >
419+ <dict >
420+ <key >name </key >
421+ <string >entity.name.class.declaration </string >
422+ </dict >
423+ </dict >
424+ <key >match </key >
425+ <string >\b(trait)\s+([^\s\{\(\[]+) </string >
426+ </dict >
410427 <dict >
411428 <key >captures </key >
412429 <dict >
427444 </dict >
428445 </dict >
429446 <key >match </key >
430- <string >( case)?\b (class|trait |object)\s+([^\s\{\(\[]+) </string >
447+ <string >\b(?:( case)\s+)? (class|object)\s+([^\s\{\(\[]+) </string >
431448 </dict >
432449 <dict >
433450 <key >captures </key >
You can’t perform that action at this time.
0 commit comments