Some small tweaks

This commit is contained in:
Gregory Schier
2023-02-28 17:25:59 -08:00
parent be7ef7beb1
commit aebfcb9437
8 changed files with 49 additions and 37 deletions

View File

@@ -7,16 +7,16 @@ import { completeFromList } from '@codemirror/autocomplete';
const parserWithMetadata = parser.configure({
props: [
styleTags({
ProtocolName: t.comment,
Slashy: t.comment,
Protocol: t.comment,
Port: t.attributeName,
Host: t.variableName,
Slash: t.comment,
PathSegment: t.bool,
QueryName: t.variableName,
QueryValue: t.string,
Question: t.comment,
Equal: t.comment,
Slash: t.bool,
Question: t.attributeName,
QueryName: t.attributeName,
QueryValue: t.attributeName,
Amp: t.comment,
Equal: t.comment,
}),
// indentNodeProp.add({
// Application: (context) => context.column(context.node.from) + context.unit,