branch: elpa/dart-mode
commit b42c2cadf95ff47dffc128b33fdb3bd713515225
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>
Another known bug.
---
dart-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/dart-mode.el b/dart-mode.el
index aeb1f09..532f7c8 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -19,6 +19,7 @@
;; * Multiline strings using """ and ''' are not recognized. They fontify
;; 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.
;;; Code: