fix(tex): Allow texlab to control highlighting

This commit is contained in:
2026-04-14 11:42:17 +02:00
parent c78d5756b9
commit 22c5b1fc58
+4
View File
@@ -32,6 +32,10 @@ return {
"xml",
"yaml",
},
ignore = {
"tex",
"latex",
},
})
end,
}