From c4d82bdcf4cfd19d6647b2f14b1ccdb16ea034a5 Mon Sep 17 00:00:00 2001 From: Levon Tarver <11586085+internet-diglett@users.noreply.github.com> Date: Tue, 2 Nov 2021 21:16:20 -0500 Subject: [PATCH] Add line comment support for Rust --- syntax.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/syntax.json b/syntax.json index 06af509..3eba2a1 100644 --- a/syntax.json +++ b/syntax.json @@ -429,5 +429,14 @@ } } ] + }, + { + "language": "Rust", + "markers": [ + { + "type": "line", + "pattern": "//" + } + ] } ]