mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-19 17:17:50 +01:00
10 lines
206 B
TypeScript
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,
|
|
});
|