branch: elpa/dart-mode
commit 5e9c9b92ed485210515cf041177f258bbf2b59bb
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>
Add a known bug.
---
dart-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/dart-mode.el b/dart-mode.el
index d91f0f5..d4b999f 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -36,6 +36,7 @@
;; * String interpolation isn't fontified as Dart.
;; * Methods and constructors without return types aren't fontified correctly.
;; * Untyped parameters aren't fontified correctly.
+;; * Member initializers tend to screw with indentation.
;;; Code: