fsl-lezer
Version:
FSL grammar in Lezer, to make FSL and JSSM available to CodeMirror
23 lines (13 loc) • 369 B
HTML
<html>
<head>
<title>CodeMirror FSL test/demo page</title>
<script defer type="text/javascript" src="./index.js"></script>
<script defer type="text/javascript">
window.demo_editor.bootstrap();
</script>
</head>
<body>
<div id="editor"><div id="editor_target"></div></div>
</body>
</html>