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 db8efbd commit 697a75bCopy full SHA for 697a75b
main.js
@@ -98,7 +98,3 @@ for ( let i = 0; i < keyBindings.length; i++ )
98
keyBindings[i] = "" + keyBindings[i] + "<br>";
99
keyBindings = keyBindings.join('');
100
document.getElementById("keymap").innerHTML = keyBindings;
101
-
102
-export function clojure() {
103
- return new LanguageSupport(clojureLanguage)
104
-}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lang-clojure-eval",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"author": "Bobbi Towers <[email protected]>",
5
"description": "Lezer-based Clojure Codemirror 6 extension with live evaluation",
6
"main": "dist/index.cjs",
0 commit comments