Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 411 Bytes

Hoon Codemirror editor

Simple codemirror demo for hoon using tree-sitter

To run the server:

git clone https://github.com/urbit-pilled/hoon-codemirror
cd hoon-codemirror
python -m http.server

Visit urbit-pilled.github.io/hoon-codemirror to use the codemirror editor.

See script.js for the codemirror and tree-sitter integration.