On Monday, 10-Sep-12 3:48 AM, Philippe Lhoste wrote:
> On 08/09/2012 04:01, Duke Normandin wrote:
>> I've decided to learn Scala. Is there an up-to-date SciTE lexer
>> kicking around for this
>> language? Much obliged!!
>
> Not an official one.
> I made one when I started to learn Scala, but it is a bit
> incomplete, that's why I haven't submitted it to the Scintilla
> project yet.
> For example, it doesn't support well the XML literals. Although
> these can be tricky, if they have Scala code in them.
> Otherwise, the support of the language is quite complete, I think
> (but I haven't looked at macros yet, not even sure if there is a
> special syntax).
>
>
http://autohotkey.net/~PhiLho/SciTE4AHK.zip
>
> You can find there, among others, the source code of the lexer, a
> relatively recent version of SciLexer.dll (you have to compile the
> lexer yourself if you use a non-Windows platform) and the
> scala.properties file.
>
> I also have a test file where I tried to pack most of the syntax of
> Scala:
>
>
http://bazaar.launchpad.net/~philho/+junk/Scala/view/head:/TestLexer.scala
>
>
> (It compiles, but it is nonsensical!)
>