mirror of
git://git.sv.gnu.org/nano.git
synced 2025-03-12 11:23:04 +03:00
syntax: texinfo: cover also some special cases like @U, @OE and @TeX
This commit is contained in:
parent
961294f533
commit
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:]]+.*::.*$"
|
||||
|
Loading…
x
Reference in New Issue
Block a user