diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 14:17:17 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 14:17:17 +0200 |
| commit | 2fb7acaea6252f2eb63427fd1e69645d319144c2 (patch) | |
| tree | c5638656672cc35ce9a17b510b0af1babb073100 /lua/clever_f/composition_root.lua | |
| parent | 401a2851c643c5051c75310704cfdc94d6b0a072 (diff) | |
Evaluate activation highlights
Diffstat (limited to 'lua/clever_f/composition_root.lua')
| -rw-r--r-- | lua/clever_f/composition_root.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/clever_f/composition_root.lua b/lua/clever_f/composition_root.lua index e04c177..8d75359 100644 --- a/lua/clever_f/composition_root.lua +++ b/lua/clever_f/composition_root.lua @@ -84,6 +84,7 @@ function CompositionRoot:activate() if record.activation == nil then record.activation = { state = record.state, + highlights = record.feedback:evaluate_highlights(), } end return record.activation |
