Skip to content

Commit 0b8240d

Browse files
committed
📝 Update typedoc.json to include additional highlight languages
1 parent 5354857 commit 0b8240d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typedoc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["./src/index.ts"]
3+
"entryPoints": ["./src/index.ts"],
4+
"highlightLanguages": ["ini", "sh", "ts"]
45
}

0 commit comments

Comments
 (0)