You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's a general problem for all functions named in back-tick form:
importcom.github.tomakehurst.wiremock.junit.WireMockRuleimportorg.amshove.kluent.`should not be null`importorg.jetbrains.exposed.sql.transactions.transactionimportorg.joda.time.DateTimeimportorg.junit.Rule
(Syntax highlighting broken starting with null and continuing in the 3rd line)
------------------ 原始邮件 ------------------
发件人: "Oliver"<[email protected]>;
发送时间: 2018年3月6日(星期二) 晚上10:38
收件人: "vkostyukov/kotlin-sublime-package"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: Re: [vkostyukov/kotlin-sublime-package] Kotlin syntax highlighting inblue stops working when it hits a , character in the method name (#17)
I think it's a general problem for all functions named in back-tick form:
import com.github.tomakehurst.wiremock.junit.WireMockRule import org.amshove.kluent.`should not be null` import org.jetbrains.exposed.sql.transactions.transaction import org.joda.time.DateTime import org.junit.Rule
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Example:
You can see that everything after the comma is no longer syntax highlighted.
This is a valid method name in Kotlin.
I discovered this problem as part of writing up this issue: junit-team/junit5#1170
I was told to open an issue here by the Linguist team github-linguist/linguist#3913
The text was updated successfully, but these errors were encountered: