From 8fd378c09636e3c9a2275dcd1b9195a21a38e5de Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jul 2020 10:24:09 -0400 Subject: Moved word highlighting back into editing module and disable by default. Also fixed `HIGHLIGHT_SELECTED` behavior with non-word selections. --- themes/term.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/term.lua') diff --git a/themes/term.lua b/themes/term.lua index d9c67c78..ec2fd53a 100644 --- a/themes/term.lua +++ b/themes/term.lua @@ -75,8 +75,8 @@ view.marker_back[textadept.run.MARK_WARNING] = colors.yellow view.marker_back[textadept.run.MARK_ERROR] = colors.red -- Indicators. -view.indic_fore[ui.INDIC_HIGHLIGHT] = colors.yellow view.indic_fore[ui.find.INDIC_FIND] = colors.yellow +view.indic_fore[textadept.editing.INDIC_HIGHLIGHT] = colors.yellow view.indic_fore[textadept.snippets.INDIC_PLACEHOLDER] = colors.magenta -- Call tips. -- cgit v1.2.3