File: texi.el.html
Parse Texinfo buffers using regular expressions. The core parser
engine is the function semantic-texi-parse-headings. The
parser plug-in is the function semantic-texi-parse-region that
overrides semantic-parse-region.
Defined variables (4)
semantic-texi-command-completion-list | List of commands that we might bother completing. |
semantic-texi-environment-regexp | Regular expression for matching texinfo environments. |
semantic-texi-name-field-list | List of definition commands, and the field position. |
semantic-texi-super-regex | Regular expression used to find special sections in a Texinfo file. |