Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks on interpolated strings #31

Open
rwols opened this issue Aug 19, 2022 · 2 comments
Open

Breaks on interpolated strings #31

rwols opened this issue Aug 19, 2022 · 2 comments

Comments

@rwols
Copy link

rwols commented Aug 19, 2022

In a gradle build script,

val buildFront = tasks.register<NpxTask>("asdf") {
    environment.set(mapOf("BUILD_PATH" to "${output.get().getAsFile().toString()}/static"))
    // broken highlighting after this line
}

the ${output.get().getAsFile().toString()} expression causes broken highlighting.

@nouret
Copy link

nouret commented Jan 31, 2023

looks like the problem is on method "set", it always breaks highlighting. "set" is "Soft Keyword"

@nouret
Copy link

nouret commented Jan 31, 2023

if you have problems with set method, you can delete all about "getters-and-setters" in "sublime-text/Installed Packages/Kotlin.sublime-package"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants