nscaife / linter-chktex

An Atom Linter plugin for LaTeX, using chktex
https://atom.io/packages/linter-chktex
MIT License
14 stars 10 forks source link

Map "Message" in chktex to "info" in linter #43

Open raphael-cch opened 7 years ago

raphael-cch commented 7 years ago

Currently "messages" in chktex generated using -m as chktex arguments will show up in linter as an "Error" (same as -e arguments in chktext). This is because chktex uses the word "Message" and linter uses the word "info".

raphael-cch commented 7 years ago

Also displays the ID of the message in the appropriate style (background color), depending on whether the message is "error", "warning" or "info"