syntax:scopes:pair-scope

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
syntax:scopes:pair-scope [2015/11/26 15:33] – [sent_start] adminsyntax:scopes:pair-scope [2018/01/10 20:43] (current) – external edit 127.0.0.1
Line 52: Line 52:
 ==== sent_start ==== ==== sent_start ====
 Marks that tag can appear only in beginning of the "sentence": so, characters before are white spaces or [[syntax:specification#lineend|LineEnd character]]. Marks that tag can appear only in beginning of the "sentence": so, characters before are white spaces or [[syntax:specification#lineend|LineEnd character]].
 +
 +
 Value: //true|false|0|1//\\ Value: //true|false|0|1//\\
 Default: //false// Default: //false//
  
 ==== header ==== ==== header ====
 +Indicates that scope will start not directly after end of the open tag, but after "header" ends. The header ends with next [[syntax:specification#lineend|line end character]].
 +
 +
 Value: //true|false|0|1//\\ Value: //true|false|0|1//\\
 Default: //false// Default: //false//