You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(markdown): highlight frontmatter and comments (#1245)
Adds Markdown frontmatter and HTML comment highlighting, including a
dedicated frontmatter split path for top-of-file YAML blocks. Also
updates gruvbox themes so frontmatter tokens render consistently, with
tests covering the new tokenization.
{"type":"Text","value":".\n\nText before a fake frontmatter block.\n\n---\ntitle: not frontmatter\n---\n\nText before a horizontal rule.\n\n---\n\nText after a horizontal rule.\n\n"},
0 commit comments