Skip to content

Commit

Permalink
Switch CodeMirror to get completions via the language server (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj authored Dec 12, 2023
1 parent 3befccb commit a83f4e9
Show file tree
Hide file tree
Showing 50 changed files with 1,835 additions and 693 deletions.
518 changes: 514 additions & 4 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"./packages/static-assets",
"./packages/parser",
"./packages/lsp-tools",
"./packages/lsp",
"./packages/doenetml-worker",
"./packages/virtual-keyboard",
"./packages/codemirror",
Expand Down Expand Up @@ -46,5 +47,8 @@
"prettier": {
"tabWidth": 4
},
"dependencies": {}
"dependencies": {
"@uiw/react-codemirror": "^4.21.21",
"micromark": "^4.0.0"
}
}
Loading

0 comments on commit a83f4e9

Please sign in to comment.