From 26700775e4d11a40a407dfe8e6b73346d3c6648b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 13 Feb 2020 12:32:15 +0100 Subject: Added support for langtool.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/soria-theme.el b/soria-theme.el index c3920ad..e30fa55 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -476,6 +476,15 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." ((,(append '((supports :underline (:style wave))) class) (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) + ;; languagetool + `(langtool-errline + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) + + `(langtool-correction-face + ((,(append '((supports :underline (:style wave))) class) + (:underline (:style wave :color ,soria-green) :inherit unspecified)))) + ;; eldoc `(eldoc-highlight-function-argument -- cgit v1.2.3