update II

This commit is contained in:
2025-09-28 15:43:10 +02:00
parent 6ea15c3094
commit 884bd5e364
11 changed files with 89 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
{
"default_server": "local",
"display_mode": "panel",
"highlight-scope": "comment",
"ignored-scopes":
[
"support.function.*.latex",
"meta.*.latex",
"comment.*.tex",
"keyword.control.tex"
],
"languagetool_jar": "C:\\bin\\LanguageTool-3.5\\languagetool.jar",
"languagetool_server_local": "https://lt.eragos.net/v2/check",
"languagetool_server_remote": "https://api.languagetool.org/v2/check"
}