BBEdit/Textwrangler LCM for livescript

Kay C Lan lan.kc.macmail at gmail.com
Mon Sep 7 22:12:15 EDT 2015


On Mon, Sep 7, 2015 at 3:28 PM, jameshale <james at thehales.id.au> wrote:

> There does seem to be a way around this as mentioned in the update to
> language modules doc (for BBEDIT 11+) but I am not clear as to the syntax.
>

Yes, also struggling to make head nor tail.


> BBEdit chokes on (mainly the operators
> like * < > >= & && etc)
>
> Again, refering to Brahmanathaswani work he uses CDATA:

https://github.com/Brahmanathaswami/LiveCode-BBEdit-Language-Module

<string><![CDATA[-]]></string>
            <string><![CDATA[*]]></string>
            <string><![CDATA[/]]></string>
            <string><![CDATA[&]]></string>
            <string><![CDATA[&&]]></string>
            <string><![CDATA[>]]></string>
            <string><![CDATA[>=]]></string>
            <string><![CDATA[<]]></string>
            <string><![CDATA[<>]]></string>
            <string><![CDATA[<=]]></string>
            <string><![CDATA[^]]></string>
            <string><![CDATA[+]]></string>
            <string><![CDATA[=]]></string>

And the works fine here.



More information about the use-livecode mailing list