Skip to content

Commit

Permalink
Treat .sty and .cls files as latex (#6986)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhn authored May 8, 2023
1 parent 5ae30f1 commit 3a9e779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 3a9e779

Please sign in to comment.