Treat .sty and .cls files as latex (#6986)
This commit is contained in:
parent
5ae30f1993
commit
3a9e77934b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue