srecode-template-wy---keyword-analyzer
srecode-template-wy--srt-wy.el'.
Its value is shown below.
Documentation:
keyword analyzer for
((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)))))))