Back to Showdoc

CodeMirror

Public/editor.md/lib/codemirror/mode/index.html

3.8.33.3 KB
Original Source

Language modes

This is a list of every mode in the distribution. Each mode lives in a subdirectory of the mode/ directory, and typically defines a single JavaScript file that implements the mode. Loading such file will make the language available to CodeMirror, through the mode option.