highlight 0.1.0 copy "highlight: ^0.1.0" to clipboard
highlight: ^0.1.0 copied to clipboard

outdated

Dart syntax highlighter with lots of languages and styles, zero dependencies and automatic language detection.

highlight #

Syntax highlighter for Dart developers.

Usage #

import 'package:highlight/highlight.dart';

main() {
  var input = '''main() {
  print("Hello, World!");
}
''';
  var h = Highlight();
  var result = h.parse(input);

  result.toHtml();
}

License #

MIT

47
likes
0
pub points
95%
popularity

Publisher

unverified uploader

Dart syntax highlighter with lots of languages and styles, zero dependencies and automatic language detection.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on highlight