Commit fb547833 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

parent 961294f5
Showing with 2 additions and 2 deletions
+2 -2
...@@ -7,9 +7,9 @@ comment "@c " ...@@ -7,9 +7,9 @@ comment "@c "
# Command arguments, trailing and enclosed. # Command arguments, trailing and enclosed.
color cyan "^@[a-z]+[[:space:]]+.*$" color cyan "^@[a-z]+[[:space:]]+.*$"
color brightmagenta "@[a-z]+\{[^}]*\}" color brightmagenta "@[a-zA-Z]+\{[^}]*\}"
# Commands themselves. # Commands themselves.
color yellow "@[a-z]+\{?" "\}" color yellow "@[a-zA-Z]+\{?" "\}"
# Menu items. # Menu items.
color brightred "^\*[[:space:]]+.*::.*$" color brightred "^\*[[:space:]]+.*::.*$"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment