emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dart-mode 5ce38b7 009/192: Add a couple known bugs.


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 5ce38b7 009/192: Add a couple known bugs.
Date: Sun, 29 Aug 2021 11:01:40 -0400 (EDT)

branch: elpa/dart-mode
commit 5ce38b7fa0577f04aa8af68b742b920d99f251df
Author: Nathan Weizenbaum <nweiz@google.com>
Commit: Nathan Weizenbaum <nweiz@google.com>

    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

[Prev in Thread] Current Thread [Next in Thread]