diff options
author | Samantha McVey <samantham@posteo.net> | 2016-12-31 15:25:24 -0800 |
---|---|---|
committer | Samantha McVey <samantham@posteo.net> | 2016-12-31 15:25:24 -0800 |
commit | ff3d2d1784cce6ff6b87f8ea47887aa8eee78036 (patch) | |
tree | 3b6a5b890a3daddbc5f3cd3e698709e00aab6eca /dart.html.markdown | |
parent | 60bba321d3237a2fd1e9557e52e3e6f1ac3d977e (diff) |
Set bf, chapel, d and dart to use the language's highlighting
Previously were using other languages with similar syntax, but now
we have Pygments.
Diffstat (limited to 'dart.html.markdown')
-rw-r--r-- | dart.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dart.html.markdown b/dart.html.markdown index fc7b220e..5027dc3e 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -11,7 +11,7 @@ its JavaScript sibling. Like JavaScript, Dart aims for great browser integration Dart's most controversial feature must be its Optional Typing. -```javascript +```dart import "dart:collection"; import "dart:math" as DM; |