syntax: awk: colorize escape sequences specially

This commit is contained in:
Benno Schulenberg 2024-07-20 18:12:12 +02:00
parent d7e8665782
commit c5a0e6b60c
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ color magenta "\<(bindtextdomain|dcgettext|dcngettext)\>"
# Strings.
color brightyellow ""([^"\]|\\.)*""
# Escape sequences.
color brick "\\([abfnrtv\/"]|[0-7]{1,3}|x[[:xdigit:]]{1,2}|u[[:xdigit:]]{1,8})"
# Comments.
color brightblue "(^|[[:blank:]])#.*"