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

8 lines
187 B
TypeScript

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