diff --git a/syntax.json b/syntax.json index 3eba2a1..e86dfd0 100644 --- a/syntax.json +++ b/syntax.json @@ -430,12 +430,19 @@ } ] }, - { + { "language": "Rust", "markers": [ { "type": "line", "pattern": "//" + }, + { + "type": "block", + "pattern": { + "start": "/\\*", + "end": "\\*/" + } } ] }