- Mar 21, 2016
-
-
Marijn Haverbeke authored
Closes #3878
-
- Nov 17, 2015
-
-
Michael Goderbauer authored
`@ng1.Injectable` is a legal annotation
-
Michael Goderbauer authored
`import "package:foo/foo.dart" as bar;` should highlight "as" as a keyword.
-
- Nov 07, 2015
-
-
Michael Goderbauer authored
In a raw string, a character following a "\" is not escaped.
-
- Oct 15, 2015
-
-
Marijn Haverbeke authored
Issue #3601
-
Michael Goderbauer authored
- Previously, triple-quoted multi-line strings could be closed with a single quote, e.g. CodeMirror thought the following was a legal string literal: '''This string literal is not terminated correctly'. Also reported here: dart-lang/dart-pad#667 - String interpolation with $identifier and ${expression} now works
-
- Dec 02, 2014
-
-
Marijn Haverbeke authored
Issue #2952
-
Devon Carew authored
-