Skip to content

Commit

Permalink
Added highlight for TSX
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVOiceover committed Sep 22, 2024
1 parent 0d3521b commit df1d617
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/partials/syntax-highlighting.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ pre.language-jsx::after {
content: "JSX";
}

pre.language-tsx::after {
content: "TSX";
}

pre.language-ts::after {
content: "TS";
}
Expand Down

0 comments on commit df1d617

Please sign in to comment.