mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-21 15:17:13 +02:00
Add variable highlighting widgets
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { styleTags, tags as t } from '@lezer/highlight';
|
||||
|
||||
export const twigHighlight = styleTags({
|
||||
'if endif': t.controlKeyword,
|
||||
'{{ }} {% %}': t.meta,
|
||||
DirectiveContent: t.variableName,
|
||||
});
|
||||
Reference in New Issue
Block a user