Add more extensions for language detection

pull/511/head
Patrick Förster 2022-02-02 20:45:26 +07:00
parent 8d8f94a883
commit b47babcc1a
1 changed files with 4 additions and 1 deletions

@ -34,7 +34,10 @@
{ {
"scope": "source.tex", "scope": "source.tex",
"file-types": [ "file-types": [
"tex" "tex",
"sty",
"cls",
"aux"
] ]
} }
] ]