Files
yaak-mountain-loop/src-web/components/Editor/twig/twig-highlight.ts
2023-02-26 15:06:14 -08:00

8 lines
196 B
TypeScript

import { styleTags, tags as t } from '@lezer/highlight';
export const twigHighlight = styleTags({
'if endif': t.controlKeyword,
'{{ }} {% %}': t.meta,
DirectiveContent: t.variableName,
});