File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 5252 "description" : " Style for modifier keywords."
5353 }
5454 ],
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+ ],
5585 "semanticTokenScopes" : [
5686 {
5787 "language" : " java" ,
6595 ],
6696 "modifier" : [
6797 " storage.modifier.java"
98+ ],
99+ "keyword.documentation" : [
100+ " keyword.other.documentation.javadoc.java"
68101 ]
69102 }
70103 }
You can’t perform that action at this time.
0 commit comments