From f8696ab5fb0e5a819b6255af420b29fb075cbdee Mon Sep 17 00:00:00 2001 From: "Micael Levi L. Cavalcante" Date: Tue, 22 Feb 2022 07:17:40 -0400 Subject: [PATCH] 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. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 587ab17ad..95263fb8e 100644 --- a/index.html +++ b/index.html @@ -47,5 +47,7 @@ + +