Auf Englisch lesen Bearbeiten

Teilen über


FoldingMarkers interface

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

Properties

Property Details

end

end: RegExp

Property Value

RegExp

start

start: RegExp

Property Value

RegExp