FoldingRules interface
Describes folding rules for a language.
Properties
markers | Region markers used by the language. |
off |
Used by the indentation based strategy to decide wheter empty lines belong to the previous or the next block.
A language adheres to the off-side rule if blocks in that language are expressed by their indentation.
See wikipedia for more information.
If not set, |
Property Details
markers
offSide
Used by the indentation based strategy to decide wheter empty lines belong to the previous or the next block.
A language adheres to the off-side rule if blocks in that language are expressed by their indentation.
See wikipedia for more information.
If not set, false
is used and empty lines belong to the previous block.
offSide?: boolean
Property Value
boolean