Skip to content

Commit 0bbed20

Browse files
authored
Update supported languages for syntax highlighting (#778)
* document switch from Prism to Shiki * specify supported languages
1 parent 0d94686 commit 0bbed20

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

code.mdx

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,29 @@ class HelloWorld {
6060
```
6161
````
6262

63-
We use [Shiki](https://shiki.style/guide) for syntax highlighting and support all available [languages](https://shiki.style/languages).
63+
We use [Shiki](https://shiki.style/guide) for syntax highlighting and support these languages:
64+
65+
* Bash
66+
* Blade
67+
* C
68+
* C++
69+
* C#
70+
* Dart
71+
* Go
72+
* Java
73+
* JavaScript
74+
* JSON
75+
* JSX
76+
* Kotlin
77+
* Log
78+
* Markdown
79+
* PHP
80+
* Python
81+
* Ruby
82+
* Swift
83+
* TypeScript
84+
* TSX
85+
* YAML
6486

6587
## Names
6688

0 commit comments

Comments
 (0)