File: mode.el.html
A minor mode for use in decorating tags.
There are two types of decorations that can be performed on a tag. You can either highlight the full tag, or you can add an independent decoration on some part of the tag body.
For independent decoration in particular, managing them so that they do not get corrupted is challenging. This major mode and corresponding macros will make handling those types of decorations easier.
Defined variables (7)
global-semantic-decoration-mode | Non-nil if Global Semantic-Decoration mode is enabled. |
global-semantic-decoration-mode-hook | Hook run after entering or leaving ‘global-semantic-decoration-mode’. |
semantic-decorate-pending-decoration-hook | Normal hook run to perform pending decoration changes. |
semantic-decoration-menu-cache | Cache of the decoration menu. |
semantic-decoration-mode | Non-nil if Semantic-Decoration mode is enabled. |
semantic-decoration-mode-hook | Hook run at the end of function ‘semantic-decoration-mode’. |
semantic-decoration-styles | List of active decoration styles. |