Closed syl20bnr closed 9 years ago
Hi Juanjo,
This PR uses highlight.el library instead of highlight-regexp. This allows to easily use overlays instead of font-locking which play nicer with hl-line-mode and global-hl-line-mode.
highlight-regexp
overlays
font-locking
hl-line-mode
global-hl-line-mode
Before
After
Cheers, syl20bnr
I was out for the weekend so I couldn't test and merge before, thanks for the patch!
Hi Juanjo,
This PR uses highlight.el library instead of
highlight-regexp
. This allows to easily useoverlays
instead offont-locking
which play nicer withhl-line-mode
andglobal-hl-line-mode
.Before
After
Cheers, syl20bnr