Fixed highlighting for enum and object names in code

#KT-8134 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-06-23 18:28:14 +03:00
parent 2bd1362be6
commit c689af142a
9 changed files with 37 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package testing
object <info textAttributesKey="KOTLIN_CLASS">O</info> {
object <info textAttributesKey="KOTLIN_OBJECT">O</info> {
fun <info textAttributesKey="KOTLIN_FUNCTION_DECLARATION">foo</info>() = 42
}