srecode-template-wy---keyword-analyzer

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

Documentation:
keyword analyzer for tokens.

Value:

((and (looking-at "\\(\\sw\\|\\s_\\)+") (let ((key (semantic-lex-keyword-p (match-string 0)))) (when key (semantic-lex-push-token (semantic-lex-token key (match-beginning 0) (match-end 0)))))))