mirror of
https://github.com/go-task/task.git
synced 2026-06-27 22:54:26 +00:00
feat: add missing syntax highlighters
This commit is contained in:
@@ -254,7 +254,12 @@ const config: Config = {
|
||||
},
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
darkTheme: darkCodeTheme
|
||||
darkTheme: darkCodeTheme,
|
||||
additionalLanguages: [
|
||||
"bash", // aka. shell
|
||||
"json",
|
||||
"powershell"
|
||||
]
|
||||
},
|
||||
// NOTE(@andreynering): Don't worry, these keys are meant to be public =)
|
||||
algolia: {
|
||||
|
||||
Reference in New Issue
Block a user