codemirror-textmate
Version:
Textmate based tokenization for CodeMirror
13 lines • 369 B
HTML
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CodeMirror TextMate Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<textarea id="cm-host"></textarea>
<!-- scripts will be auto injected by html-webpack-plugin -->
</body>
</html>