From 3216a72639bdfd52e17c5f1fbb8c5e20229afc58 Mon Sep 17 00:00:00 2001 From: Jens Getreu Date: Fri, 28 Apr 2017 09:57:29 +0300 Subject: [PATCH] Create rust-hl.xml --- src/dist/docbook-xsl/xslthl/rust-hl.xml | 239 ++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 src/dist/docbook-xsl/xslthl/rust-hl.xml diff --git a/src/dist/docbook-xsl/xslthl/rust-hl.xml b/src/dist/docbook-xsl/xslthl/rust-hl.xml new file mode 100644 index 0000000..13468d1 --- /dev/null +++ b/src/dist/docbook-xsl/xslthl/rust-hl.xml @@ -0,0 +1,239 @@ + + + + + /** + */ + + + + + + + + /* + */ + + // + + + # + \ + + + + + " + \ + + + + ' + \ + + + r##" + "## + + + r###" + "### + + + r#" + "# + + + 0x + _ + u8 + i8 + u16 + i16 + u32 + i32 + u64 + i64 + isize + usize + + + 0o + _ + u8 + i8 + u16 + i16 + u32 + i32 + u64 + i64 + isize + usize + + + 0b + _ + u8 + i8 + u16 + i16 + u32 + i32 + u64 + i64 + isize + usize + + + . + _ + u8 + i8 + u16 + i16 + u32 + i32 + u64 + i64 + isize + usize + E + f32 + f64 + _f32 + _f64 + + + + match + if + else + for + loop + while + type + struct + enum + union + as + break + box + continue + extern + fn + in + impl + let + pub + return + super + unsafe + where + mod + trait + move + mut + ref + static + const + crate + isize + usize + char + bool + u8 + u16 + u32 + u64 + f32 + f64 + i8 + i32 + i64 + str + Self + Copy + Send + Sized + Sync + Drop + Fn + FnMut + FnOnce + Box + ToOwned + Clone + PartialEq + PartialOrd + Eq + Ord + AsRef + AsMut + Into + From + Default + Iterator + Extend + IntoIterator + DoubleEndedIterator + ExactSizeIterator + Option + Some + None + Result + Ok + Err + SliceConcatExt + String + ToString + Vec + self + true + false + + + alignof + become + offsetof + priv + pure + sizeof + typeof + unsized + yield + abstract + virtual + final + override + macro + +