Skip to content

Commit b685f3c

Browse files
committed
FIX: invalid regexp
1 parent 3705562 commit b685f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rebol.sublime-syntax

+2-2
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@ contexts:
284284

285285
pop-construct:
286286
- meta_scope: meta.construct.rebol
287-
- match: ')'
287+
- match: '\)'
288288
scope: punctuation.section.construct.end.rebol
289289
pop: true
290290
- include: main
291291

292292
pop-mapping:
293293
- meta_scope: meta.mapping.rebol
294-
- match: '\]'
294+
- match: ']'
295295
scope: punctuation.section.mapping.end.rebol
296296
pop: true
297297
- include: main

0 commit comments

Comments
 (0)