mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-31 03:50:32 +02:00
Changed highlighting to javascript (no dart yet)
This commit is contained in:
@@ -10,7 +10,7 @@ its JavaScript sibling. Like JavaScript, Dart aims for great browser integration
|
||||
|
||||
Dart's most controversial feature must be its Optional Typing.
|
||||
|
||||
```dart
|
||||
```javascript
|
||||
import "dart:collection";
|
||||
import "dart:math" as DM;
|
||||
|
||||
|
Reference in New Issue
Block a user