Highlights shebang lines in Kotlin scripts that are not executable due to missing execute permission.

#!/usr/bin/env kotlin
println("Hello")

// The shebang line will be highlighted until the file is made executable.