Good day all,<br><br>I&#39;m writing a little mapfile parser, I found a list of kerywords and reserved words in the file &quot;maplexer.l&quot; but now I need to know which words marks the begin of a block (for example the keyword LAYER begins a block which needs to be terminated with the END keyword), anyone has some suggestion?<br>
<br>I found the VIM syntax page (<a href="http://mapserver.org/development/editing/vim.html">http://mapserver.org/development/editing/vim.html</a>) where there is a VIM configuration file which lists the mapfile keywords to be highlightied in VIM and another file which lists keywords that can be folded ....can I trust these lists and use the code folding configuration file to obtain the block keywords or should I search somewhere else?<br>
<br>Thanks a lot!!!!<br>