From c78e2ae4881778ae20a2ed71fc0a5b85052e93ad Mon Sep 17 00:00:00 2001 From: Sarah Brown Date: Mon, 19 Jul 2021 07:21:40 -0400 Subject: [PATCH] add Tex (and latex) support --- syntax.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/syntax.json b/syntax.json index 8c05578..99ecf38 100644 --- a/syntax.json +++ b/syntax.json @@ -397,5 +397,21 @@ } } ] + }, + { + "language": " TeX", + "markers": [ + { + "type": "line", + "pattern": "%" + }, + { + "type": "block", + "pattern": { + "start": "\begin{comment}", + "end": "\end{comment}" + } + } + ] } ]