Skip to content

Commit 5f5b6fa

Browse files
hopehadfieldrgrunber
authored andcommitted
Correct highlighting for comments after 'throws'
1 parent 15ddbfe commit 5f5b6fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

language-support/java/java.tmLanguage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,9 @@
16571657
{
16581658
"match": "[a-zA-Z$_][\\.a-zA-Z0-9$_]*",
16591659
"name": "storage.type.java"
1660+
},
1661+
{
1662+
"include": "#comments"
16601663
}
16611664
]
16621665
},

0 commit comments

Comments
 (0)