We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96df32b commit 39bad57Copy full SHA for 39bad57
grammars/Kotlin.tmLanguage.json
@@ -303,7 +303,7 @@
303
"name": "entity.name.type.annotation.kotlin"
304
},
305
"class-declaration": {
306
- "match": "\\b(class|interface|fun\\s+interface)\\s+(\\b\\w+\\b|`[^`]+`)\\s*(?<GROUP><([^<>]|\\g<GROUP>)+>)?",
+ "match": "\\b(class|(?:fun\\s+)?interface)\\s+(\\b\\w+\\b|`[^`]+`)\\s*(?<GROUP><([^<>]|\\g<GROUP>)+>)?",
307
"captures": {
308
"1": {
309
"name": "storage.type.class.kotlin"
0 commit comments