feat: add syntax highlighting for jsx and tsx (#5330)

This commit is contained in:
Conner
2023-05-11 02:37:31 +02:00
committed by GitHub
parent 8c5c445f0d
commit 44ed374636
2 changed files with 6 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ export const LANGUAGES = {
swift: "Swift",
toml: "TOML",
typescript: "TypeScript",
tsx: "TSX",
jsx: "JSX",
vb: "Visual Basic",
yaml: "YAML",
zig: "Zig",