@killerbees19 commented on this pull request.


In data/filedefs/filetypes.cil:

> +
+[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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3480/review/2203655875@github.com>