commit 7e8ee46c09be22c7417acb81a3f8d70a759167a8
parent d1e2febb6d15db60cbf000c3dfff60b66575c749
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Tue, 27 Aug 2024 16:34:15 +0200
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.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/autoconf.nanorc b/syntax/autoconf.nanorc
@@ -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: