F

finesse-syntax-jupyterlab

Syntax highlighting of Kat code in JupyterLab

  • Phil Jones's avatar
    Add Finesse 3 style KatScript highlighter. · 481a24cc
    Phil Jones authored
    The necessary regex in `src/codemirror-finesse3-types.ts` is
    generated manually by `generateregex.py`, as `finesse` isn't on PyPI at
    the moment and so can't be used as a build requirement. In the future,
    this could be done as part of the build, so the pre-made typescript file
    can be removed.
    481a24cc
Name
Last commit
Last update
src Loading commit data...
.eslintignore Loading commit data...
.eslintrc.js Loading commit data...
.gitignore Loading commit data...
.prettierignore Loading commit data...
.prettierrc Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
generateregex.py Loading commit data...
install.json Loading commit data...
package.json Loading commit data...
pyproject.toml Loading commit data...
setup.py Loading commit data...
tsconfig.json Loading commit data...