Function: semantic-lex-punctuation
semantic-lex-punctuation is a byte-compiled function defined in
lex.el.gz.
Signature
(semantic-lex-punctuation)
Documentation
Detect and create punctuation tokens.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(define-lex-simple-regex-analyzer semantic-lex-punctuation
"Detect and create punctuation tokens."
"\\(\\s.\\|\\s$\\|\\s'\\)" 'punctuation)