Files
yaak/src-web/components/Editor/url/highlight.ts
Gregory Schier 26cc64d3a0 More colors
2023-03-02 17:56:53 -08:00

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