1
1

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

Этот коммит содержится в:
Benno Schulenberg 2017-07-14 09:51:37 +02:00
родитель 961294f533
Коммит fb5478338f

Просмотреть файл

@ -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:]]+.*::.*$"