branch: elpa/dart-mode
commit 148f7079a519e4abba5b45b9c1c2125fbc0a0f78
Author: Nathan Weizenbaum <[email protected]>
Commit: Nathan Weizenbaum <[email protected]>
Add a couple known issues.
---
dart-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dart-mode.el b/dart-mode.el
index 4015cfc..8e68597 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -36,6 +36,8 @@
;; * Untyped parameters aren't fontified correctly.
;; * Quotes immediately after string interpolation are marked as unclosed.
;; * Sexp movement doesn't properly ignore quotes in interpolation.
+;; * Methods using "=>" can cause indentation woes.
+;; * C and C++ modes seem to be hosed.
;;; Code: