Skip to content

Commit

Permalink
Fix highlighting of markdown processing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Jan 29, 2025
1 parent 76d297a commit 97c2e49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assets/js/hooks/cell_editor/live_editor/codemirror/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,6 @@ function buildHighlightStyle({

// CSS specific
{ tag: t.className, color: peach },

// Shell specific
{ tag: t.meta, color: gray },
]);
}

Expand Down

0 comments on commit 97c2e49

Please sign in to comment.