Skip to content

Commit f3a4eb7

Browse files
committed
Make colouring consistent
1 parent 6a2085f commit f3a4eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdacalc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CodeMirror.defineMode("lambdacalc", function(_config, modeConfig) {
66
const BRACKETS = "bracket";
77
const LAMBDA = "keyword";
88
const DOT = LAMBDA;
9-
const PREDEF = "variable";
9+
const PREDEF = "text";
1010
const BOUND = "text";
1111
const ARGS = "def";
1212
const HOLE = "atom";

0 commit comments

Comments
 (0)