Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FoldingMarkers

Describes language specific folding markers such as '#region' and '#endregion'. The start and end regexes will be tested against the contents of all lines and must be designed efficiently:

  • the regex should start with '^'
  • regexp flags (i, g) are ignored

Hierarchy

  • FoldingMarkers

Index

Properties

Properties

end

end: RegExp

start

start: RegExp

Generated using TypeDoc