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

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

[nongnu] elpa/dart-mode d1d4d88 031/192: Add more known bugs.


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode d1d4d88 031/192: Add more known bugs.
Date: Sun, 29 Aug 2021 11:01:44 -0400 (EDT)

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

    Add more known bugs.
---
 dart-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dart-mode.el b/dart-mode.el
index 22f5eb6..4119353 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -32,6 +32,10 @@
 ;; * 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.
+;; * Return values for operator methods aren't fontified correctly.
+;; * String interpolation isn't fontified as Dart.
+;; * Methods and constructors without return types aren't fontified correctly.
+;; * Untyped parameters aren't fontified correctly.
 
 ;;; Code:
 



reply via email to

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