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

    Add a couple known bugs.
---
 dart-mode.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dart-mode.el b/dart-mode.el
index 3a71439..1498a34 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -13,6 +13,12 @@
 ;; your .emacs file:
 ;;
 ;; (require 'dart-mode)
+;;
+;; Known bugs:
+;;
+;; * 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.
 
 ;;; Code:
 

Reply via email to