mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
update grammars
This commit is contained in:
@@ -440,7 +440,18 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "\t/**",
|
||||
"c": "\t",
|
||||
"t": "source.java meta.class.java meta.class.body.java comment.block.javadoc.java",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
"light_plus": "comment: #008000",
|
||||
"dark_vs": "comment: #6A9955",
|
||||
"light_vs": "comment: #008000",
|
||||
"hc_black": "comment: #7CA668"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "/**",
|
||||
"t": "source.java meta.class.java meta.class.body.java comment.block.javadoc.java punctuation.definition.comment.java",
|
||||
"r": {
|
||||
"dark_plus": "comment: #6A9955",
|
||||
|
||||
Reference in New Issue
Block a user