From d4c9582003964aae25259e74901de39b79eea68d Mon Sep 17 00:00:00 2001
From: Jake <j.vondoemming@stud.uni-goettingen.de>
Date: Wed, 31 Aug 2022 21:45:59 +0200
Subject: [PATCH] fixed latex documents not working

---
 config.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config.json b/config.json
index 1177083..7498361 100644
--- a/config.json
+++ b/config.json
@@ -85,6 +85,9 @@
 					"-tex_math_double_backslash"
 				]
 			},
+			"text/x-tex": {
+				"base": "latex"
+			},
 			"application/x-tex": {
 				"base": "latex"
 			}
-- 
GitLab