update grammars

This commit is contained in:
Martin Aeschlimann
2018-10-04 12:00:39 +02:00
parent 84f1d0d438
commit 10a1d2a50a
17 changed files with 1490 additions and 404 deletions

View File

@@ -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",