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 6a2085f commit f3a4eb7Copy full SHA for f3a4eb7
lambdacalc.js
@@ -6,7 +6,7 @@ CodeMirror.defineMode("lambdacalc", function(_config, modeConfig) {
6
const BRACKETS = "bracket";
7
const LAMBDA = "keyword";
8
const DOT = LAMBDA;
9
- const PREDEF = "variable";
+ const PREDEF = "text";
10
const BOUND = "text";
11
const ARGS = "def";
12
const HOLE = "atom";
0 commit comments