<p>In <a href="https://github.com/geany/geany/pull/722#discussion_r43577034">data/filetype_extensions.conf</a>:</p>
<pre style='color:#555'>> @@ -7,7 +7,7 @@ Abc=*.abc;*.abp;
>  ActionScript=*.as;
>  Ada=*.adb;*.ads;
>  Asciidoc=*.asciidoc;*.adoc;
> -ASM=*.asm;
> +ASM=*.asm;*.asm51;*.a51;*.asm;*.ll;*.s03;*.s79;*.s82;*.s90;*.s;
</pre>
<p><code>*.asm</code> is duplicated.<br>
I can't find anything using <code>*.ll</code> as an assembly extension.  Seems to be use by <a href="https://en.wikipedia.org/wiki/Lex_%28software%29">Lex</a> and some obscure web stuff or something, but nothing about assembly.</p>

<p><code>*.S</code> might be a nice addition, too.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/722/files#r43577034">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJyhzFLDsxcRs5pAcMjGodpr-LRJPks5pBT3SgaJpZM4GZiUm.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/722/files#r43577034"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>