From 10e9900b627654567caaeded638dc3b4447611fa Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Tue, 5 Nov 2019 15:11:20 +0100 Subject: [PATCH] enable syntax highlighting for Cargo example --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 7016b82..8ba2bd7 100644 --- a/examples.md +++ b/examples.md @@ -124,7 +124,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa ## Rust - Cargo -``` +```yaml - name: Cache cargo registry uses: actions/cache@v1 with: