View on GitHub

Aesi adapter for IntelliJ

An Aesi adapter for IntelliJ.

Download this project as a .zip file Download this project as a tar.gz file

aesi-eclipse / com.virtlink.aesi.syntaxhighlighting / DummySyntaxColorizer

DummySyntaxColorizer

open class DummySyntaxColorizer : ISyntaxColorizer

A dummy implementation of the syntax colorizer interface.

Constructors

<init> DummySyntaxColorizer()
A dummy implementation of the syntax colorizer interface.

Functions

colorize open fun colorize(document: IAesiDocument?, text: String?, span: Span?, cancellationToken: ICancellationToken?): MutableList<IToken>
{@inheritDoc}