Is there syntax highlighting for assembly in Sublime Text 2?
问题 I'm unable to highlight my assembly. 回答1: 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). 回答2: There is now a much better answer to this: In Sublime Text, just go to Preferences > Package Control > install packages. Once there