srecode-template-separator-block

srecode-template-separator-block is a variable defined in `srt-wy.el'.
Its value is shown below.

Documentation:
Detect and create a template quote block.

Value:

((looking-at "^----\n") (semantic-lex-push-token (semantic-lex-token 'TEMPLATE_BLOCK (match-end 0) (semantic-lex-unterminated-syntax-protection 'TEMPLATE_BLOCK (goto-char (match-end 0)) (re-search-forward "^----$") (match-beginning 0)))) (setq semantic-lex-end-point (point)))