I am trying to create a Gist with appropriate highlighting for ARM (Arm7TDMI thumb) assembly code, but all of the assembly file extensions I have tried either lead to incorrect syntax highlighting or no highlighting at all. What is the proper extension for this assembly language?
Asked
Active
Viewed 330 times
0
-
1ARMASM or GAS? The syntax depends on the assembler, not just the target machine code. – Peter Cordes Sep 04 '20 at 09:08
-
@PeterCordes ARMASM is what I am looking for. – notyourav Sep 04 '20 at 09:26
-
Seems like this specific version has no proper highlighting. In case you consider writing your own custom highlighting and embed it somewhere, checkout this article https://writenowdesign.com/blog/wordpress/github-gists-custom-syntax-highlighting/ about how to create a customized css for the gist highlighting. – blurryroots Oct 11 '20 at 17:56