Fixed highlighting for enum and object names in code
#KT-8134 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user