mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
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:
parent
d1e2febb6d
commit
7e8ee46c09
@ -7,7 +7,7 @@ syntax autoconf "\.(ac|m4)$"
|
|||||||
comment "#"
|
comment "#"
|
||||||
|
|
||||||
# Keywords:
|
# 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 "=|!=|&&|\|\|"
|
color yellow "=|!=|&&|\|\|"
|
||||||
|
|
||||||
# Macros:
|
# Macros:
|
||||||
|
Loading…
Reference in New Issue
Block a user