Files
yaak-mountain-loop/src-web/components/Editor/url/highlight.ts
2023-02-28 22:54:54 -08:00

10 lines
206 B
TypeScript

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,
});