문제

How do I get Intel and AT&T assembly syntax highlighting in TextMate?

도움이 되었습니까?

해결책

I find this answer is helpful.

GAS-x86 (or x64) highlighting scheme

https://stackoverflow.com/a/29956793/3920448

Open Package Control, type gasx to find the package.

다른 팁

Can this be of use?

x86 Assembly.tmbundle

I'm not familiar with assembly syntax, so I can't test it apart from trying the examples on the Wikipedia article (that, for what matters, seem to work).

I couldn't find any existing bundles for any kind of assembly language, so you would have to write your own. Chapter 12 of the TextMate manual covers the basics of creating a grammar for highlighting which should get you started, plus there are a fair number of bundles out there you can look at to get ideas.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top