aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrius Pukšta2023-05-08 17:11:23 +0000
committerGitHub2023-05-08 17:11:23 +0000
commit3a9e77934bfd1332b9f971b365883777e3f44b8e (patch)
tree713cc10ea62f165a3a2d0e11f2e1076ebd47f518
parent5ae30f1993180b2c043d13f83e16f8647f7ff129 (diff)
Treat .sty and .cls files as latex (#6986)
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 108e91a1..ea992394 100644
--- a/languages.toml
+++ b/languages.toml
@@ -654,7 +654,7 @@ source = { git = "https://github.com/gbprod/tree-sitter-twig", rev = "807b293fec
name = "latex"
scope = "source.tex"
injection-regex = "tex"
-file-types = ["tex"]
+file-types = ["tex", "sty", "cls"]
roots = []
comment-token = "%"
language-server = { command = "texlab" }