opal 0.0.1
opal: ^0.0.1 copied to clipboard
Tokenization and syntax highlighting support for various programming languages and data formats.
Dart package with basic support for tokenization and syntax highlighting of various programming languages and data formats.
This package is currently experimental, untested, and expected to change heavily.
Installation #
To use package:opal
and access its language tokenization support,
first add it as a dependency in your pubspec.yaml
file:
dart pub add opal
copied to clipboard
Usage #
The package contains one library:
package:opal/opal.dart