to restore pre-1.0.3 highlighting behavior, inherit "extension function" and "extension property" colors from "static method" and "static field"

#KT-12937 Fixed
This commit is contained in:
Dmitry Jemerov
2016-07-06 19:10:32 +02:00
parent 216d548e98
commit 193a404c07
3 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
<info textAttributesKey="KOTLIN_ANNOTATION">@SuppressWarnings</info> class <info textAttributesKey="KOTLIN_CLASS">TheClass</info> : <info textAttributesKey="KOTLIN_TRAIT">Runnable</info>, <info textAttributesKey="KOTLIN_CONSTRUCTOR">Thread</info>() {
}
val <info textAttributesKey="KOTLIN_INSTANCE_PROPERTY">x</info> = <info textAttributesKey="KOTLIN_EXTENSION_PROPERTY">id</info>
}