We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0dbeb commit 72bacc6Copy full SHA for 72bacc6
README.md
@@ -4,6 +4,20 @@ Lambda Calculus mode for CodeMirror.
4
5
- `defineMode(CodeMirror)`: Define `lambdacalc` mode and MIME `text/x-lambdacalc`
6
7
+## Usage
8
+
9
+```javascript
10
+import CodeMirror from "codemirror";
11
12
+import { defineMode } from "@codewars/codemirror-lambda-calculus";
13
14
+defineMode(CodeMirror);
15
+```
16
17
+## Demo
18
19
+See https://codewars.github.io/codemirror-lambda-calculus/
20
21
## Development
22
23
Run `npm run dev` to start a local dev server.
0 commit comments