Table of Contents

Method InitIndentationRules

Namespace
Alternet.Syntax.Parsers.TextMate
Assembly
Alternet.Syntax.Parsers.TextMate.v10.dll

InitIndentationRules(string, string, string)

Initializes indentation rules with the new values.

public void InitIndentationRules(string increase, string decrease, string unindent)

Parameters

increase string

If line of code matches this expression, indentation level is increased when new line is inserted after.

decrease string

If line of code matches this expression, indentation level is decreased when new line is inserted after.

unindent string

If line of code matches this expression, indentation level does not change.