syntax: texinfo: cover also some special cases like @U, @OE and @TeX

master
Benno Schulenberg 2017-07-14 09:51:37 +02:00
parent 961294f533
commit fb5478338f
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ comment "@c "
# Command arguments, trailing and enclosed.
color cyan "^@[a-z]+[[:space:]]+.*$"
color brightmagenta "@[a-z]+\{[^}]*\}"
color brightmagenta "@[a-zA-Z]+\{[^}]*\}"
# Commands themselves.
color yellow "@[a-z]+\{?" "\}"
color yellow "@[a-zA-Z]+\{?" "\}"
# Menu items.
color brightred "^\*[[:space:]]+.*::.*$"