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

pull/16/head
Andrius Pukšta 1 year ago committed by GitHub
parent 5ae30f1993
commit 3a9e77934b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save