Add background colouring and dump keyword.
Showing
| { | { | ||
| "name": "finesse-syntax-jupyterlab", | "name": "finesse-syntax-jupyterlab", | ||
| "version": "0.1.8", | "version": "0.2.0", | ||
| "description": "Syntax highlighting for kat script within JupyterLab.", | "description": "Syntax highlighting for kat script within JupyterLab.", | ||
| "keywords": [ | "keywords": [ | ||
| "jupyter", | "jupyter", | ||
| ... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
| "url": "http://gitlab.sr.bham.ac.uk/pjj/finesse-syntax-jupyterlab.git" | "url": "http://gitlab.sr.bham.ac.uk/pjj/finesse-syntax-jupyterlab.git" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "build": "tsc", | "build": "tsc && cp src/codemirror-multiplex.js lib/", | ||
| "clean": "rimraf lib tsconfig.tsbuildinfo", | "clean": "rimraf lib tsconfig.tsbuildinfo", | ||
| "prepare": "jlpm run clean && jlpm run build", | "prepare": "jlpm run clean && jlpm run build", | ||
| "watch": "tsc -w" | "watch": "tsc -w" | ||
| ... | ... |
src/codemirror-multiplex.js
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment