Is there syntax highlighting for assembly in Sublime Text 2?

y0no picture y0no · Jan 29, 2012 · Viewed 60.7k times · Source

I'm unable to highlight my assembly.

Answer

Hugo picture Hugo · Feb 8, 2012

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).