On Thu, Nov 18, 2010 at 10:08 AM, Nick Treleaven
<nick.treleaven@btinternet.com> wrote:
On Wed, 17 Nov 2010 13:53:10 -0500
> No luck, although I did encounter a further complication: the markup
> language accepts embedded lua scripts. I think this lexer is beyond my
> current abilities, especially considering how little C I know. What gives a
> relatively decent coloring scheme, though, is config files. Does anyone know
> how to get them to ignore indentation?
In your user filetypes.conf, try:
[lexer_properties]
lexer.props.allow.initial.spaces=1
Nick