From a8f3ef12dca6428a1cfc4456da2c1d7f7c440a3e Mon Sep 17 00:00:00 2001 From: historicbruno Date: Thu, 20 Dec 2018 20:08:12 -0500 Subject: [PATCH] Updates rust keywords and primitive types for 2018 edition https://doc.rust-lang.org/book/ch03-02-data-types.html https://doc.rust-lang.org/book/appendix-01-keywords.html Close #5159 --- PowerEditor/src/langs.model.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/src/langs.model.xml b/PowerEditor/src/langs.model.xml index ef8979ba..4d4b92e5 100644 --- a/PowerEditor/src/langs.model.xml +++ b/PowerEditor/src/langs.model.xml @@ -316,8 +316,8 @@ ARGF ARGV BEGIN END ENV FALSE DATA NIL RUBY_PATCHLEVEL RUBY_PLATFORM RUBY_RELEASE_DATE RUBY_VERSION PLATFORM RELEASE_DATE STDERR STDIN STDOUT TOPLEVEL_BINDING TRUE __ENCODING__ __END__ __FILE__ __LINE__ alias and begin break case class def defined? do else elsif end ensure false for if in module next nil not or redo rescue retry return self super then true undef unless until when while yield - alignof as be box break const continue crate do else enum extern false fn for if impl in let loop match mod mut offsetof once priv proc pub pure ref return self sizeof static struct super trait true type typeof unsafe unsized use virtual while yield - bool char f32 f64 i16 i32 i64 i8 int str u16 u32 u64 u8 uint + abstract as async 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 + bool char f32 f64 i128 i16 i32 i64 i8 isize str u128 u16 u32 u64 u8 usize Self