mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-28 21:20:23 +03:00
Treat .sty and .cls files as latex (#6986)
This commit is contained in:
parent
5ae30f1993
commit
3a9e77934b
@ -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…
Reference in New Issue
Block a user