[Github-comments] [geany] Update filetype_extensions.conf (Assembly) (#722)
Colomban Wendling
notifications at xxxxx
Sat Oct 31 22:53:06 UTC 2015
> @@ -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;
`*.asm` is duplicated.
I can't find anything using `*.ll` as an assembly extension. Seems to be use by [Lex](https://en.wikipedia.org/wiki/Lex_%28software%29) and some obscure web stuff or something, but nothing about assembly.
`*.S` might be a nice addition, too.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/722/files#r43577034
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151031/ee2eba60/attachment.html>
More information about the Github-comments
mailing list