dpelle / vim-LanguageTool

A vim plugin for the LanguageTool grammar checker
280 stars 28 forks source link

HTML Specific Parsing #14

Open matgrioni opened 5 years ago

matgrioni commented 5 years ago

This is more of a feature recommendation. When checking html in a language other than English, I get many errors from all the English words used in the actual markup language. It would be nice if there was an option to only check content of the file. For example, a C++ project for a Spanish audience, will only have the comments and string literals checked.

I understand this is not a trivial amount of work, but some help toward this would be helpful. Alternatively, and I could not determine this from the README, is there a way to hover over an error in the editor window, and jump to that error in the error window. This would greatly help me with the above.