get_highlight
get_highlight -set_numberi_index| -names_hlName
Description
Returns the set identifier for the set that matches the given name or highlight set number.
Arguments
|
Specifies the set number of the set to return.
You can use |
Value Returned
Examples
The following example stores the set identifier for the highlight set hiset2 in the myset variable.
set myset [get_highlight -name hiset2]
Related Topics
Return to top