diff --git a/packages/app/assets/index.html b/packages/app/assets/index.html index f12c959..58c0b04 100644 --- a/packages/app/assets/index.html +++ b/packages/app/assets/index.html @@ -14,7 +14,7 @@
This app demos an editor with language smarts (for JavaScript) by hosting the Monaco editor widget with a simple Monaco widget with an LSP server implemented via tower-lsp and tree-sitter. Everything is compiled to WASM and run @@ -22,7 +22,8 @@ code. (Monaco itself does use web workers, however).
- features: ⇧⌘O (macos) or ⇧⌃O (windows) opens the symbol view; the syntax area shows the JavaScript syntax tree (green for valid; red for errors) parsed from the text editor area + features: ⇧⌘O (macos) or ⇧⌃O (windows) opens symbol view; the syntax area shows + the JavaScript syntax tree (green for valid; red for errors) parsed from editor