diff --git a/rhodecode/public/js/mode/gas/index.html b/rhodecode/public/js/mode/gas/index.html new file mode 100644 --- /dev/null +++ b/rhodecode/public/js/mode/gas/index.html @@ -0,0 +1,57 @@ + + + + + CodeMirror: Gas mode + + + + + + + +

CodeMirror: Gas mode

+ +
+ +
+ + + +

Handles AT&T assembler syntax (more specifically this handles + the GNU Assembler (gas) syntax.) + It takes a single optional configuration parameter: + architecture, which can be one of "ARM", + "ARMv6" or "x86". + Including the parameter adds syntax for the registers and special + directives for the supplied architecture. + +

MIME types defined: text/x-gas

+ +