On Thu, 7 May 2009, Michael Bynum wrote:
Thanks, that fixed my problem. I installed both of the syntax and indent files. It wasn't immediately obvious to me what the indent file does.
indent files are for specifying filetype specific indent expressions. See :he indent-expression
Should it autoindent something like this without me having to manually tab over?
\setuphead[subsection] [number=no, after={\blank[medium]}, before={\placefloats}, textcommand=\mysubsectionhead]
Yes, it will indent it as \setuphead[subsection] [number=no, after={\blank[medium]}, before={\placefloats}, textcommand=\mysubsectionhead] It also does some simple indentation with \start ... \stop, itemize, and \NC. Aditya