dotfiles/sublime/LanguageTool.sublime-settings

15 lines
463 B
Plaintext
Raw Normal View History

2022-04-15 11:44:15 +00:00
{
"languagetool_server_remote": "https://languagetool.org/api/v2/check",
"languagetool_server_local": "http://localhost:8081/v2/check",
"default_server": "local",
"display_mode": "panel",
"languagetool_jar": "/home/adrien/src/LanguageTool-5.6/languagetool.jar",
"highlight-scope": "comment",
"ignored-scopes": [
"support.function.*.latex",
"meta.*.latex",
"comment.*.tex",
"keyword.control.tex"
]
}