Skip to content

Commit

Permalink
FIX: invalid regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Mar 13, 2024
1 parent 3705562 commit b685f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rebol.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,14 @@ contexts:

pop-construct:
- meta_scope: meta.construct.rebol
- match: ')'
- match: '\)'
scope: punctuation.section.construct.end.rebol
pop: true
- include: main

pop-mapping:
- meta_scope: meta.mapping.rebol
- match: '\]'
- match: ']'
scope: punctuation.section.mapping.end.rebol
pop: true
- include: main
Expand Down

0 comments on commit b685f3c

Please sign in to comment.