From 76b6833c44c2e0bec93b460129bc484da3244584 Mon Sep 17 00:00:00 2001 From: lqdev Date: Sun, 7 Apr 2024 19:05:16 +0200 Subject: [PATCH] fix gallery --- content/treehouse/dev/syntax-highlighting.tree | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/treehouse/dev/syntax-highlighting.tree b/content/treehouse/dev/syntax-highlighting.tree index b907f2c..44300d0 100644 --- a/content/treehouse/dev/syntax-highlighting.tree +++ b/content/treehouse/dev/syntax-highlighting.tree @@ -198,8 +198,10 @@ end ``` +% id = "01HTWRAS0EHFG2V4N6NCR403C5" - `rust` + % id = "01HTWRAS0E9FRH08MZZKMKXX2M" - patterns ```rust // this is a comment @@ -221,6 +223,7 @@ europeanunion A ``` + % id = "01HTWRAS0EQ3E9BV7TWEGQ01YF" - keywords ```rust _ as async await break const continue dyn else enum extern fn for if impl in let loop @@ -233,6 +236,7 @@ abstract become box do final macro override priv try typeof unsized virtual yield ``` + % id = "01HTWRAS0EQRQJ9NHYPTE89Q5H" - sample ```rust use chrono::{Datelike, Utc};