1
1

tweaks: sort two keywords strictly alphabetically

Этот коммит содержится в:
Benno Schulenberg 2019-09-29 15:11:15 +02:00
родитель e0d9b7a8af
Коммит 108a3b0b41

Просмотреть файл

@ -11,7 +11,7 @@ comment "//"
color magenta "fn [a-z_0-9]+" color magenta "fn [a-z_0-9]+"
# Reserved words # 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 # Macros
color red "[a-z_]+!" color red "[a-z_]+!"