UNPKG

codemirror-lang-mermaid

Version:
10 lines (8 loc) 287 B
import { styleTags } from '@lezer/highlight'; import { ganttTags } from '../../tags'; export const ganttHighlighting = styleTags({ 'DiagramName Section': ganttTags.diagramName, Keyword: ganttTags.keyword, ImportantText: ganttTags.string, LineComment: ganttTags.lineComment, });