branch: elpa/dart-mode
commit 2a66d389b0833d9a01f365198ae72f6438798177
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>

    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