We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aab1b0 commit 16ce416Copy full SHA for 16ce416
src/languages/rust.js
@@ -258,20 +258,20 @@ export default function(hljs) {
258
variants: [
259
{
260
begin: /\(/,
261
- end: /\)/,
+ end: /\)/
262
},
263
264
begin: /\[/,
265
- end: /\]/,
+ end: /\]/
266
267
268
begin: /\{/,
269
- end: /\}/,
270
- },
+ end: /\}/
+ }
271
],
272
contains: [
273
'self',
274
- META_STRING,
+ META_STRING
275
]
276
277
0 commit comments