- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Syntax highlighting of Scala keywords in XML literals
Sat, 2010-03-06, 22:24
I am not sure this is a known issue.
In the Scala plugin for eclipse, Scala keywords are being highlighted when
used as tag names in XML literals.
val example =
Shows "val" highlighted as expected, but both occurances of "object" are
being highlighted too.
Sun, 2010-03-07, 18:17
#2
Re: Syntax highlighting of Scala keywords in XML literals
On Sat, Mar 6, 2010 at 9:24 PM, Niels Hoogeveen
wrote:
> I am not sure this is a known issue.
Yes, it is a known issue.
Cheers,
Miles
This was the very brief example I intended to present
val example = <object></object>
As said before "val" gets highlighted as expected, but the two occurances of "object" too.
View this message in context: Re: Syntax highlighting of Scala keywords in XML literals
Sent from the Scala - Tools mailing list archive at Nabble.com.