This repository contains work in progress by Ruth Bagley (@rbagley), Haylie Wu (@wubbalubbadu), and John Chen (@CIVITAS-John), aimed at providing NetLogo language support for CodeMirror 6.
npm install @netlogo/codemirror-netlogoThis repository contains work in progress by Ruth Bagley (@rbagley), Haylie Wu (@wubbalubbadu), and John Chen (@CIVITAS-John), aimed at providing NetLogo language support for CodeMirror 6.
To set up the environment, use npm install. You might also need to install rollup and lezer-generator globally by running the following commands:
```
npm install @lezer/generator --global
npm install rollup --global
npx husky init
To build the project, run npm run build or npm run release. The second command creates an uglified and compressed bundle.
After you finish your work, please first build and run the project; then, run npm run precommit` for automatic check and prettifying.
This project is funded by Northwestern SESP Venture Research Fund.
Contributions to this project are welcome.