I have managed to make a Visual Studio visx for TextMate MIPS asm bundle but while I associate .s with it apparently Rust is overwriting my settings for .s files (as output by cc … -S)
I am now using .mips as an extension, but I think a wider audience might like the textmate bundle included with this extension (as I was looking for before)
https://github.com/textmate/mips.tmbundle/blob/master/Syntaxes/MIPS.tmLanguage
NOTE: I had no involvement in either textmate nor MIPS, I simply copied/pasted into Textmate visx template for my own installer
On a side note, is it possible to incorporate the MIPS assembly syntax to children of a C file?
We use embedded Assembly within
I have managed to make a Visual Studio visx for TextMate MIPS asm bundle but while I associate .s with it apparently Rust is overwriting my settings for .s files (as output by cc … -S) I am now using .mips as an extension, but I think a wider audience might like the textmate bundle included with this extension (as I was looking for before) https://github.com/textmate/mips.tmbundle/blob/master/Syntaxes/MIPS.tmLanguage
NOTE: I had no involvement in either textmate nor MIPS, I simply copied/pasted into Textmate visx template for my own installer
On a side note, is it possible to incorporate the MIPS assembly syntax to children of a C file? We use embedded Assembly within
many thanks