You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,15 @@ First make sure to have [Emscripten](https://emscripten.org/) installed. If you
44
44
45
45
>`npm run build-wasm`
46
46
47
-
### Web-UI
47
+
### Playground
48
48
49
49
After compiling the grammar to WebAssembly, you can invoke
50
50
51
-
>`npm run web-ui`
51
+
>`npm run playground`
52
52
53
-
to launch an interactive editing environment that displays the parsed syntax tree on-the-fly:
53
+
to launch an interactive editing environment that displays the parsed syntax tree on-the-fly in the browser. You can also view a deployed version of this playground [on the web](https://fwcd.github.io/tree-sitter-kotlin).
0 commit comments