More colors

This commit is contained in:
Gregory Schier
2023-03-02 17:56:53 -08:00
parent a7488b389d
commit 77ca90779c
4 changed files with 52 additions and 6 deletions

View File

@@ -2,8 +2,8 @@ import { styleTags, tags as t } from '@lezer/highlight';
export const highlight = styleTags({
Protocol: t.comment,
Port: t.attributeName,
Host: t.variableName,
Path: t.bool,
Query: t.string,
// Port: t.attributeName,
// Host: t.variableName,
// Path: t.bool,
// Query: t.string,
});