-
I write most of my stuff in LaTeX. I've been trying to make Harper work as a grammar tool on *.tex files with no success. I know Harper is properly configured in my LSP config, as it works properly on .lua, .py, and .md files. I am testing this by writing the same incorrect sentence in different files in the same folder. The only one that does not work is in the .tex file. Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, as of the moment, it's expected that |
Beta Was this translation helpful? Give feedback.
Hi, as of the moment, it's expected that
harper-ls
won't work for LaTeX files as we currently don't have support for it. Here's the relevant issue #56 if you're interested in chiming in to get it supported and here's the list of currently supported languages.