Treat .sty and .cls files as latex (#6986)

This commit is contained in:
Andrius Pukšta 2023-05-08 17:11:23 +00:00 committed by GitHub
parent 5ae30f1993
commit 3a9e77934b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }