Search code examples
textassemblyidesyntax-highlighting

Is there syntax highlighting for assembly in Sublime Text 2?


I'm unable to highlight my assembly.


Solution

  • No, but since Sublime Text 2 can read Textmate language definition files (.tmLanguage files), you could easily add support to Assembly by copying something like https://github.com/foxostro/x86-assembly-textmate-bundle to your "Packages" directory (C:\Users\hugo\AppData\Roaming\Sublime Text 2\Packages on my Win7).