LangDart

class LangDart : Lang

This is similar to the lang-dart.js in JavaScript Prettify.

All comments are adapted from the JavaScript Prettify.

Registers a language handler for Dart.

Loosely structured based on the DartLexer in Pygments: http://pygments.org/.

To use, include prettify.js and this file in your HTML page. Then put your code in an HTML tag like

(Dart code)

Author

armstrong.timothy@gmail.com

Constructors

Link copied to clipboard
fun LangDart()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getFileExtensions(): List<String>