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