@killerbees19 commented on this pull request.
> + +[settings] +lexer_filetype=CIL + +# default extension used when saving files +extension=il + +[indentation] +#width=4 +# 0 is spaces, 1 is tabs, 2 is tab & spaces +#type=1 + +[build_settings] +## %f will be replaced by the complete filename +## %e will be replaced by the filename without extension +#compiler=ilasm /OUTPUT="%e" "%f" I would assume that it's a standard tool. I don't know if there are (m)any alternatives. In any case, it's mentioned in the official documentation: https://learn.microsoft.com/en-us/dotnet/framework/tools/ilasm-exe-il-assembler -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3480#discussion_r1694392133 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3480/review/[email protected]>
