File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 52
52
"description" : " Style for modifier keywords."
53
53
}
54
54
],
55
+ "semanticTokenModifiers" : [
56
+ {
57
+ "id" : " public" ,
58
+ "description" : " Style for symbols with the public access modifier."
59
+ },
60
+ {
61
+ "id" : " private" ,
62
+ "description" : " Style for symbols with the private access modifier."
63
+ },
64
+ {
65
+ "id" : " protected" ,
66
+ "description" : " Style for symbols with the protected access modifier."
67
+ },
68
+ {
69
+ "id" : " native" ,
70
+ "description" : " Style for symbols with the native modifier."
71
+ },
72
+ {
73
+ "id" : " generic" ,
74
+ "description" : " Style for symbols that are generic (have type parameters)."
75
+ },
76
+ {
77
+ "id" : " typeArgument" ,
78
+ "description" : " Style for symbols that are type arguments for a generic symbol."
79
+ },
80
+ {
81
+ "id" : " importDeclaration" ,
82
+ "description" : " Style for symbols that are part of an import declaration."
83
+ }
84
+ ],
55
85
"semanticTokenScopes" : [
56
86
{
57
87
"language" : " java" ,
65
95
],
66
96
"modifier" : [
67
97
" storage.modifier.java"
98
+ ],
99
+ "keyword.documentation" : [
100
+ " keyword.other.documentation.javadoc.java"
68
101
]
69
102
}
70
103
}
You can’t perform that action at this time.
0 commit comments