diff --git a/rhodecode/public/js/mode/apl/index.html b/rhodecode/public/js/mode/apl/index.html new file mode 100644 --- /dev/null +++ b/rhodecode/public/js/mode/apl/index.html @@ -0,0 +1,61 @@ + + +
+ +Simple mode that tries to handle APL as well as it can.
+It attempts to label functions/operators based upon + monadic/dyadic usage (but this is far from fully fleshed out). + This means there are meaningful classnames so hover states can + have popups etc.
+ +MIME types defined: text/apl (APL code)