From e00ba096c8837abe85d366e0c1293c09dbe84d81 Mon Sep 17 00:00:00 2001
From: Eduardo Julian
Date: Wed, 18 Aug 2021 03:29:15 -0400
Subject: Some bug fixes.

---
 lux-mode/lux-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'lux-mode')

diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 7349017a2..0e1d21866 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -376,7 +376,7 @@ Called by `imenu--generic-function'."
 							(type//dynamic (altRE ":dynamic" "/.:static"))
 							(type//capability (altRE "capability:"))
 							;; Data
-							(data//record (altRE "get@" "set@" "update@"))
+							(data//record (altRE "value@" "with@" "revised@"))
 							(data//interface (altRE "open:" "implementation" "\\\\"))
 							(data//implicit (altRE "implicit:" "\\\\\\\\"))
 							(data//collection (altRE "list" "list&" "row" "tree"))
-- 
cgit v1.2.3