File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 305305 ]
306306 },
307307 "class" : {
308- "begin" : " (?=\\ w?[\\ w\\ s-]*\\ b(?:class|(?<!@)interface|enum))" ,
308+ "begin" : " (?=\\ w?[\\ w\\ s-]*\\ b(?:class|(?<!@)interface|enum)\\ s+[ \\ w$]+ )" ,
309309 "end" : " }" ,
310310 "endCaptures" : {
311311 "0" : {
335335 "match" : " (class|(?<!@)interface|enum)\\ s+([\\ w$]+)" ,
336336 "name" : " meta.class.identifier.java"
337337 },
338- {
339- "begin" : " (class|(?<!@)interface|enum)\\ s+" ,
340- "beginCaptures" : {
341- "1" : {
342- "name" : " storage.modifier.java"
343- }
344- },
345- "end" : " ([\\ w$]+\\ s+)" ,
346- "endCaptures" : {
347- "1" : {
348- "name" : " entity.name.type.class.java"
349- }
350- },
351- "name" : " meta.class.identifier.java" ,
352- "patterns" : [
353- {
354- "include" : " #comments"
355- }
356- ]
357- },
358338 {
359339 "begin" : " extends" ,
360340 "beginCaptures" : {
You can’t perform that action at this time.
0 commit comments