emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dart-mode 36fe2ce 166/192: Fontify identifiers after multi


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 36fe2ce 166/192: Fontify identifiers after multi-nested types
Date: Sun, 29 Aug 2021 11:02:11 -0400 (EDT)

branch: elpa/dart-mode
commit 36fe2ce002e616e8ba69eb9b7cb20959023861c1
Author: Brady Trainor <mail@bradyt.com>
Commit: Brady Trainor <mail@bradyt.com>

    Fontify identifiers after multi-nested types
---
 dart-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dart-mode.el b/dart-mode.el
index 88dadc7..ebdd559 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -528,7 +528,7 @@ indentation levels from right to left."
                                    "var"
                                    "get" "set")
                                (eval (dart--identifier 'upper)))
-                           (zero-or-one ?>))
+                           (zero-or-more ?>))
                     (one-or-more (or space ?\C-j))
                     (group (eval (dart--identifier 'lower)))
                     (not (any ?\( alnum ?$ ?_))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]