1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 11:45:04 +02:00

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.
This commit is contained in:
Samantha McVey
2016-12-31 15:25:24 -08:00
parent 60bba321d3
commit ff3d2d1784
4 changed files with 9 additions and 9 deletions

View File

@@ -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;