Hi,

I've tried to have a .lang file with keywords starting with a dot "."
(for a form of assembler) but it doesn't work. I've tried to define an
escape char as well "\" and use that but still no luck. Is there some
docs somewhere which could tell me the proper syntax?

Here's an example:

<escape-char>\</escape-char>

<keyword-list _name = "Keywords" style = "Keyword" case-sensitive="TRUE">
        <keyword>.sub</keyword> <!-- no worky -->
        <keyword>\.end</keyword> <!-- here neither -->
</keyword-list>

Thanks,

Johan
_______________________________________________
gnome-devtools mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-devtools

Reply via email to