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

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

[nongnu] elpa/dart-mode 2a66d38 020/192: Add more known bugs.


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 2a66d38 020/192: Add more known bugs.
Date: Sun, 29 Aug 2021 11:01:42 -0400 (EDT)

branch: elpa/dart-mode
commit 2a66d389b0833d9a01f365198ae72f6438798177
Author: Nathan Weizenbaum <nweiz@google.com>
Commit: Nathan Weizenbaum <nweiz@google.com>

    Add more known bugs.
---
 dart-mode.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dart-mode.el b/dart-mode.el
index 8b8a277..f76eeec 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -33,6 +33,9 @@
 ;;   correctly, but only because they look like three strings in a row.
 ;; * In a map with identifier keys, the first key is fontified like a label.
 ;; * else blocks are indented incorrectly.
+;; * Optional arguments aren't always fontified correctly.
+;; * =>-style methods that span multiple lines can screw up indentation and
+;;   brace matching.
 
 ;;; Code:
 



reply via email to

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