<p>In <a href="https://github.com/geany/geany/pull/1017#discussion_r65334391">data/filedefs/filetypes.autoit</a>:</p>
<pre style='color:#555'>> +#settings for folding comment blocks and preprocessor lines
> +#lexer.au3.fold.comment=1
> +#lexer.au3.fold.compact=1
> +#lexer.au3.fold.preprocessor=0
> +
> +[settings]
> +# default extension used when saving files
> +extension=au3
> +
> +# MIME type
> +
> +# which characters should be skipped when moving (or included when deleting) to word boundaries
> +# should always include space and tab (\s\t)
> +#whitespace_chars=\s\t!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~
> +# the following characters are these which a "word" can contains, see documentation
> +wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
</pre>
<p>Everything is very simple :) I did it the first time and I didn't want to miss anything (e.g.<br>
<code># MIME type</code><br>
too).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1017/files/8122c414c3b20f7b8caf9d5134df6dc40371ca9c#r65334391">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJzJD4SxHtgEhwN_vajSH18rVXH8_ks5qHVo9gaJpZM4ITAIc">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5dVGf9y598HSSNkp2IyOAHqXNowks5qHVo9gaJpZM4ITAIc.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1017/files/8122c414c3b20f7b8caf9d5134df6dc40371ca9c#r65334391"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>