Fixed: typo in capture scope
This commit is contained in:
parent
6cebb9dae9
commit
2f4b466e57
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ contexts:
|
||||||
- meta_scope: string.quoted.single.sun
|
- meta_scope: string.quoted.single.sun
|
||||||
- match: (')|(\n)
|
- match: (')|(\n)
|
||||||
captures:
|
captures:
|
||||||
1: unctuation.definition.string.end.sun
|
1: punctuation.definition.string.end.sun
|
||||||
2: invalid.illegal.newline.sun
|
2: invalid.illegal.newline.sun
|
||||||
pop: true
|
pop: true
|
||||||
- include: literal-string-escape
|
- include: literal-string-escape
|
||||||
|
|
Loading…
Reference in a new issue