commit 108a3b0b41ff8f6656aae4692df6dcd65845a6c8 parent e0d9b7a8af20ceb430eb609e449c46540fd6441e Author: Benno Schulenberg <bensberg@telfort.nl> Date: Sun, 29 Sep 2019 15:11:15 +0200 tweaks: sort two keywords strictly alphabetically Diffstat:
M | syntax/rust.nanorc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/rust.nanorc b/syntax/rust.nanorc @@ -11,7 +11,7 @@ comment "//" color magenta "fn [a-z_0-9]+" # Reserved words -color yellow "\<(abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|false|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|static|self|struct|super|trait|true|try|type|typeof|unsafe|unsized|use|virtual|where|while|yield)\>" +color yellow "\<(abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|false|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|true|try|type|typeof|unsafe|unsized|use|virtual|where|while|yield)\>" # Macros color red "[a-z_]+!"