You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add syntax highlighting for typescript (#1345)
According to Docsify docs (https://docsify.js.org/#/language-highlight?id=language-highlighting)
only few languages are supported by default by Prism (the underlying lib), and TypeScript is not.
This commit aims to add such support on TypeScript snippets like the one at `web` page.
0 commit comments