aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-02-13 12:32:15 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2020-02-13 12:32:15 +0100
commit26700775e4d11a40a407dfe8e6b73346d3c6648b (patch)
treefcb17691428f668c877cd0421a73b15ba443ebd1 /soria-theme.el
parent05f456d134f925d596e8357d331239143c08890b (diff)
downloadsoria-26700775e4d11a40a407dfe8e6b73346d3c6648b.tar.gz
soria-26700775e4d11a40a407dfe8e6b73346d3c6648b.zip
Added support for langtool.el
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el9
1 files changed, 9 insertions, 0 deletions
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