From 700f82c940794684cbce9535274f6d7ea3f9c692 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 3 Feb 2019 03:20:44 -0400 Subject: Added branding to capabilities to better differentiate between capabilities that share the same inputs and outputs. --- lux-mode/lux-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lux-mode/lux-mode.el') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 46d0e77fe..53aecac83 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -250,6 +250,7 @@ Called by `imenu--generic-function'." (type//unit (altRE "unit:" "scale:")) (type//poly (altRE "poly:" "derived:")) (type//dynamic (altRE ":dynamic" ":check")) + (type//capability (altRE "capability:")) ;; Data (data//record (altRE "get@" "set@" "update@")) (data//signature (altRE "signature:" "structure:" "open:" "structure" "::")) @@ -275,7 +276,8 @@ Called by `imenu--generic-function'." type//abstract type//unit type//poly - type//dynamic)) + type//dynamic + type//capability)) (data (altRE data//record data//signature data//implicit -- cgit v1.2.3