Hi all,

I'm working with an embedded language (AMX Netlinx) that has (mostly) a C like 
syntax and conditional keywords. 

It doesn't have a ";" statement terminator, though.

Cindent mostly works, but gets tripped up on conditional statements that aren't 
enclosed in braces due to the lack of the semicolon.

Is there a way to tell cindent/cinoptions to ignore the lack of a semicolon?  
Or do I have to write a custom indent file?

If option (b), is there a gentle introduction somewhere on the innards of the 
indent file?  I tried to use the javascript file as a template, but got a bit 
tripped up syntax issues.

Thanks for any pointers,
David

Reply via email to