X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=third-party%2Fcodemirror-3.15%2Fmode%2Fapl%2Findex.html;fp=third-party%2Fcodemirror-3.15%2Fmode%2Fapl%2Findex.html;h=119ff17f19ce09b19c0188b52a2fe4113ce380c9;hb=75d3bceb8e1d168e83982f910a916aee3bab7981;hp=0000000000000000000000000000000000000000;hpb=302dd5bda1297ed6579ca26da35ee67f8d35d934;p=unfold.git diff --git a/third-party/codemirror-3.15/mode/apl/index.html b/third-party/codemirror-3.15/mode/apl/index.html new file mode 100644 index 00000000..119ff17f --- /dev/null +++ b/third-party/codemirror-3.15/mode/apl/index.html @@ -0,0 +1,61 @@ + + + + + CodeMirror: APL mode + + + + + + + + +

CodeMirror: APL mode

+ +
+ + + +

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)

+ +