mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 13:03:47 +01:00
chore: add more languages to prism
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
39e6d5196b
commit
0e7d145747
1 changed files with 5 additions and 2 deletions
|
@ -113,11 +113,14 @@ const config = {
|
||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
darkTheme: darkCodeTheme,
|
darkTheme: darkCodeTheme,
|
||||||
additionalLanguages: [
|
additionalLanguages: [
|
||||||
|
"ada",
|
||||||
"csharp",
|
"csharp",
|
||||||
"java",
|
|
||||||
"dot",
|
"dot",
|
||||||
"nix",
|
|
||||||
"haskell",
|
"haskell",
|
||||||
|
"java",
|
||||||
|
"nix",
|
||||||
|
"pascal",
|
||||||
|
"ruby",
|
||||||
"rust",
|
"rust",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue