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 60
60
},
61
61
{
62
62
"id" : " annotationMember" ,
63
- "superType" : " function " ,
63
+ "superType" : " method " ,
64
64
"description" : " Style for annotation members."
65
65
},
66
66
{
67
67
"id" : " modifier" ,
68
68
"superType" : " keyword" ,
69
69
"description" : " Style for modifier keywords."
70
+ },
71
+ {
72
+ "id" : " record" ,
73
+ "superType" : " class" ,
74
+ "description" : " Style for records."
75
+ },
76
+ {
77
+ "id" : " recordComponent" ,
78
+ "superType" : " parameter" ,
79
+ "description" : " Style for record components."
70
80
}
71
81
],
72
82
"semanticTokenModifiers" : [
97
107
{
98
108
"id" : " importDeclaration" ,
99
109
"description" : " Style for symbols that are part of an import declaration."
110
+ },
111
+ {
112
+ "id" : " constructor" ,
113
+ "description" : " Style for symbols that are constructors."
100
114
}
101
115
],
102
116
"semanticTokenScopes" : [
115
129
],
116
130
"keyword.documentation" : [
117
131
" keyword.other.documentation.javadoc.java"
132
+ ],
133
+ "*.constructor" : [
134
+ " entity.name.function.java"
118
135
]
119
136
}
120
137
}
You can’t perform that action at this time.
0 commit comments