Skip to content

Commit

Permalink
docs: added tsx syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jan 19, 2022
1 parent 7ccac42 commit 706c4dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,13 @@
crossorigin
src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-typescript.min.js"
></script>
<script
crossorigin
src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-tsx.min.js"
></script>
<script
crossorigin
src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-jsx.min.js"
></script>
</body>
</html>

0 comments on commit 706c4dd

Please sign in to comment.