Improper color markup on Lua
Bug #1200330 reported by
Otto Robba
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GtkSourceView |
New
|
Wishlist
|
|||
Scratch |
Fix Released
|
Low
|
Unassigned |
Bug Description
I was testing Scratch as a lua editor (the terminal extension makes it pretty good at that! :D) and I noticed a few oddities. This one is about the color markup in it.
The operators (both boolean and arithmetic), variables, loops, numbers and brackets are all colored the same.
This greatly hinders usability, specially with long, concatenated strings (line 27 on the attached screenshot).
The printscreen shows how it looks on Scratch and how it looks on ZeroBrane, for reference.
I am willing to help properly color the markup but I know nothing of Vala.
Changed in gtksourceview: | |
importance: | Unknown → Wishlist |
status: | Unknown → New |
Changed in scratch: | |
milestone: | none → freya-beta2 |
Changed in scratch: | |
status: | Fix Committed → Fix Released |
Changed in scratch: | |
importance: | Undecided → Low |
milestone: | freya-beta2 → 2.1 |
To post a comment you must log in.
It looks like there is simply no syntax highlighting for those elements.