rumil_tokens 0.10.0
rumil_tokens: ^0.10.0 copied to clipboard
Lossless source code tokenizer built on Rumil parser combinators. Classified token spans for syntax highlighting. Built-in grammars for Dart, Scala, YAML, JSON, and shell.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rumil_tokensWith Flutter:
$ flutter pub add rumil_tokensThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rumil_tokens: ^0.10.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rumil_tokens/rumil_tokens.dart';