Skip to content

Commit

Permalink
Added support for langtool.el
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Feb 13, 2020
1 parent 05f456d commit 2670077
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions soria-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2670077

Please sign in to comment.