KT-2111 Highlight Java classes/interfaces/etc in Kotlin code

#KT-2111 fixed
This commit is contained in:
Evgeny Gerashchenko
2012-05-31 18:07:02 +04:00
parent f083c32559
commit 9b403bfb66
4 changed files with 50 additions and 55 deletions
+2
View File
@@ -0,0 +1,2 @@
<info textAttributesKey="KOTLIN_ANNOTATION">Override</info> class <info textAttributesKey="KOTLIN_CLASS">TheClass</info> : <info textAttributesKey="KOTLIN_TRAIT">Runnable</info>, <info textAttributesKey="KOTLIN_CLASS"><info textAttributesKey="KOTLIN_CONSTRUCTOR">Thread</info></info>() {
}