gedit syntax highlighting for assembler files (*.asm)

前端 未结 2 1700
名媛妹妹
名媛妹妹 2021-02-04 15:38

By default, gedit doesn\'t syntax highlight .asm files.

How can I add this support for this language?

2条回答
  •  余生分开走
    2021-02-04 15:48

    Apparently the language definition provided on the extra language definitions page is not working with gtksourceview-4.0
    I changed the file a bit and it works for me. The updated version can be found here.
    Also here is a version for the 8086 (I have limited knowledge when it comes to XML and gtksourceview, feedback is welcomed)

提交回复
热议问题