Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information