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.
2 parents db07ba3 + 0f66933 commit 3bcabc5Copy full SHA for 3bcabc5
syntaxes/Kotlin.tmLanguage
@@ -549,14 +549,14 @@
549
<key>name</key>
550
<string>keyword.other.kotlin</string>
551
</dict>
552
- <key>2</key>
+ <key>4</key>
553
<dict>
554
555
556
557
558
<key>match</key>
559
- <string>^\s*(import)\s+[^ $]+\s+(as)?</string>
+ <string>^\s*(import)\s+[^ $.]+(\.([`][^$`]+[`]|[^` $.]+))+\s+(as)?</string>
560
561
</array>
562
0 commit comments