This commit is contained in:
Zef Hemel
2023-01-13 16:59:28 +01:00
parent a170d9c2d7
commit 285b52ebef
3 changed files with 174 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,6 @@ import {
StreamLanguage,
Strikethrough,
styleTags,
Table,
tags as t,
TaskList,
yamlLanguage,
@@ -178,6 +177,7 @@ const directiveStart = /^\s*<!--\s*#([a-z]+)\s*(.*?)-->\s*/;
const directiveEnd = /^\s*<!--\s*\/(.*?)-->\s*/;
import { parser as directiveParser } from "./parse-query.js";
import { Table } from "./table_parser.ts";
const highlightingDirectiveParser = directiveParser.configure({
props: [