Skip to content

Commit

Permalink
Merge pull request #1061 from fuyu0425/fix-texlab-languageIds
Browse files Browse the repository at this point in the history
fix texlab langagueIds
  • Loading branch information
manateelazycat authored Oct 5, 2024
2 parents 91a8a25 + 923b937 commit c65a15d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions langserver/texlab.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "texlab",
"languageId": "tex",
"command": ["texlab"],
"settings": {}
"name": "texlab",
"languageIds": {
"tex": "tex",
"sty": "tex",
"cls": "tex",
"def": "tex",
"lco": "tex",
"rnw": "tex",
"bib": "bib",
"bibtex": "bib"
},
"command": ["texlab"],
"settings": {}
}

0 comments on commit c65a15d

Please sign in to comment.