diff options
author | Andrius Pukšta | 2023-05-08 17:11:23 +0000 |
---|---|---|
committer | GitHub | 2023-05-08 17:11:23 +0000 |
commit | 3a9e77934bfd1332b9f971b365883777e3f44b8e (patch) | |
tree | 713cc10ea62f165a3a2d0e11f2e1076ebd47f518 /languages.toml | |
parent | 5ae30f1993180b2c043d13f83e16f8647f7ff129 (diff) |
Treat .sty and .cls files as latex (#6986)
Diffstat (limited to 'languages.toml')
-rw-r--r-- | languages.toml | 2 |
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" } |