-
Notifications
You must be signed in to change notification settings - Fork 9
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
highlight issue #14
Comments
Appears to be related to the <. > does not produce the same results. I suspect it has something to do with generics...
|
Looks like the this might be the type definition that is causing the problem, line 131 looks like it is defining a type ..but we don't want to do it for expressions ..hmmm
|
I have a fix, but I am not sure what exactly is impacted by this fix. I can't figure out what I am breaking by making this change :)
|
while ( index < items.size) {$index is $ {items[index]}")
println("item at
index++
}
fun
if there is no " " between index and '<' ,the program behind them will not be highlight correctly.
The string "fun" is still white,but purple is right.
Is it a issue or this kind of syntax (index<items.size) is not allowed?
The text was updated successfully, but these errors were encountered: