Skip to content

Commit

Permalink
Fix an incorrect node name in the PGML highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrice1 committed Oct 15, 2024
1 parent 691c32a commit f9139d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export const pgmlHighlighting = styleTags({
'AlignMark CodeMark EmphasisMark HeaderMark ImageMark ListMark MathModeMark OptionMark': t.processingInstruction,
'PreMark PerlCommandMark TableMark TableCellMark TagMark VariableMark VerbatimMark': t.processingInstruction,
CodeText: t.monospace,
CodeInfo: t.labelName,
CodeClass: t.labelName,
HorizontalRule: t.contentSeparator,
EscapeSequence: t.escape,
'AnswerRule Image MathMode': t.atom,
Expand Down

0 comments on commit f9139d1

Please sign in to comment.