syntax: autoconf: colorize the keywords 'case', 'esac', and 'ifelse' too

Case statements occur a lot in gnulib's m4 files,
and 'ifelse' is simply part of the m4 language.
This commit is contained in:
Benno Schulenberg 2024-08-27 16:34:15 +02:00
parent d1e2febb6d
commit 7e8ee46c09
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ syntax autoconf "\.(ac|m4)$"
comment "#"
# Keywords:
color yellow "\<(if|test|then|elif|else|fi|for|in|do|done)\>"
color yellow "\<(if|test|then|elif|else|fi|case|esac|ifelse|for|in|do|done)\>"
color yellow "=|!=|&&|\|\|"
# Macros: