On Mon, Sep 7, 2015 at 3:28 PM, jameshale <ja...@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.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to