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