@@ -3955,7 +3955,7 @@ repository:
39553955 }
39563956 ]
39573957 " fregexp-single-one-line" :
3958- name : " string.regexp.quoted.single.python"
3958+ name : " string.regexp.quoted.single.python string.interpolated.python "
39593959 begin : " \\ b(([uU]r)|([fF]r)|(r[fF]?))(\\ ')"
39603960 end : " (\\ ')|(?<!\\\\ )(\\ n)"
39613961 beginCaptures :
@@ -3978,7 +3978,7 @@ repository:
39783978 }
39793979 ]
39803980 " fregexp-single-three-line" :
3981- name : " string.regexp.quoted.multi.python"
3981+ name : " string.regexp.quoted.multi.python string.interpolated.python "
39823982 begin : " \\ b(([uU]r)|([fF]r)|(r[fF]?))(\\ '\\ '\\ ')"
39833983 end : " (\\ '\\ '\\ ')"
39843984 beginCaptures :
@@ -4001,7 +4001,7 @@ repository:
40014001 }
40024002 ]
40034003 " fregexp-double-one-line" :
4004- name : " string.regexp.quoted.single.python"
4004+ name : " string.regexp.quoted.single.python string.interpolated.python "
40054005 begin : " \\ b(([uU]r)|([fF]r)|(r[fF]?))(\" )"
40064006 end : " (\" )|(?<!\\\\ )(\\ n)"
40074007 beginCaptures :
@@ -4024,7 +4024,7 @@ repository:
40244024 }
40254025 ]
40264026 " fregexp-double-three-line" :
4027- name : " string.regexp.quoted.multi.python"
4027+ name : " string.regexp.quoted.multi.python string.interpolated.python "
40284028 begin : " \\ b(([uU]r)|([fF]r)|(r[fF]?))(\"\"\" )"
40294029 end : " (\"\"\" )"
40304030 beginCaptures :
@@ -4400,14 +4400,14 @@ repository:
44004400 end : " (\\ 3)|((?<!\\\\ )\\ n)"
44014401 beginCaptures :
44024402 " 1" :
4403- name : " string.quoted.single.python storage.type.string.python"
4403+ name : " string.quoted.single.python string.interpolated.python storage.type.string.python"
44044404 " 2" :
44054405 name : " invalid.illegal.prefix.python"
44064406 " 3" :
4407- name : " string.quoted.single.python punctuation.definition.string.begin.python"
4407+ name : " string.quoted.single.python string.interpolated.python punctuation.definition.string.begin.python"
44084408 endCaptures :
44094409 " 1" :
4410- name : " string.quoted.single.python punctuation.definition.string.end.python"
4410+ name : " string.quoted.single.python string.interpolated.python punctuation.definition.string.end.python"
44114411 " 2" :
44124412 name : " invalid.illegal.newline.python"
44134413 patterns : [
@@ -4432,12 +4432,12 @@ repository:
44324432 " 1" :
44334433 name : " invalid.illegal.prefix.python"
44344434 " 2" :
4435- name : " string.quoted.single.python storage.type.string.python"
4435+ name : " string.quoted.single.python string.interpolated.python storage.type.string.python"
44364436 " 3" :
44374437 name : " string.quoted.single.python punctuation.definition.string.begin.python"
44384438 endCaptures :
44394439 " 1" :
4440- name : " string.quoted.single.python punctuation.definition.string.end.python"
4440+ name : " string.quoted.single.python string.interpolated.python punctuation.definition.string.end.python"
44414441 " 2" :
44424442 name : " invalid.illegal.newline.python"
44434443 patterns : [
@@ -4460,12 +4460,12 @@ repository:
44604460 end : " (\\ 2)|((?<!\\\\ )\\ n)"
44614461 beginCaptures :
44624462 " 1" :
4463- name : " string.quoted.raw.single.python storage.type.string.python"
4463+ name : " string.quoted.raw.single.python string.interpolated.python storage.type.string.python"
44644464 " 2" :
44654465 name : " string.quoted.raw.single.python punctuation.definition.string.begin.python"
44664466 endCaptures :
44674467 " 1" :
4468- name : " string.quoted.raw.single.python punctuation.definition.string.end.python"
4468+ name : " string.quoted.raw.single.python string.interpolated.python punctuation.definition.string.end.python"
44694469 " 2" :
44704470 name : " invalid.illegal.newline.python"
44714471 patterns : [
@@ -4483,7 +4483,7 @@ repository:
44834483 }
44844484 ]
44854485 " fstring-single-core" :
4486- name : " string.quoted.single.python"
4486+ name : " string.quoted.single.python string.interpolated.python "
44874487 match : '''
44884488 (?x)
44894489 (.+?)
@@ -4504,7 +4504,7 @@ repository:
45044504
45054505 '''
45064506 " fstring-raw-single-core" :
4507- name : " string.quoted.raw.single.python"
4507+ name : " string.quoted.raw.single.python string.interpolated.python "
45084508 match : '''
45094509 (?x)
45104510 (.+?)
@@ -4624,14 +4624,14 @@ repository:
46244624 end : " (\\ 3)"
46254625 beginCaptures :
46264626 " 1" :
4627- name : " string.quoted.multi.python storage.type.string.python"
4627+ name : " string.quoted.multi.python string.interpolated.python storage.type.string.python"
46284628 " 2" :
46294629 name : " invalid.illegal.prefix.python"
46304630 " 3" :
4631- name : " string.quoted.multi.python punctuation.definition.string.begin.python"
4631+ name : " string.quoted.multi.python string.interpolated.python punctuation.definition.string.begin.python"
46324632 endCaptures :
46334633 " 1" :
4634- name : " string.quoted.multi.python punctuation.definition.string.end.python"
4634+ name : " string.quoted.multi.python string.interpolated.python punctuation.definition.string.end.python"
46354635 " 2" :
46364636 name : " invalid.illegal.newline.python"
46374637 patterns : [
@@ -4656,12 +4656,12 @@ repository:
46564656 " 1" :
46574657 name : " invalid.illegal.prefix.python"
46584658 " 2" :
4659- name : " string.quoted.multi.python storage.type.string.python"
4659+ name : " string.quoted.multi.python string.interpolated.python storage.type.string.python"
46604660 " 3" :
46614661 name : " string.quoted.multi.python punctuation.definition.string.begin.python"
46624662 endCaptures :
46634663 " 1" :
4664- name : " string.quoted.multi.python punctuation.definition.string.end.python"
4664+ name : " string.quoted.multi.python string.interpolated.python punctuation.definition.string.end.python"
46654665 " 2" :
46664666 name : " invalid.illegal.newline.python"
46674667 patterns : [
@@ -4684,12 +4684,12 @@ repository:
46844684 end : " (\\ 2)"
46854685 beginCaptures :
46864686 " 1" :
4687- name : " string.quoted.raw.multi.python storage.type.string.python"
4687+ name : " string.quoted.raw.multi.python string.interpolated.python storage.type.string.python"
46884688 " 2" :
46894689 name : " string.quoted.raw.multi.python punctuation.definition.string.begin.python"
46904690 endCaptures :
46914691 " 1" :
4692- name : " string.quoted.raw.multi.python punctuation.definition.string.end.python"
4692+ name : " string.quoted.raw.multi.python string.interpolated.python punctuation.definition.string.end.python"
46934693 " 2" :
46944694 name : " invalid.illegal.newline.python"
46954695 patterns : [
@@ -4707,7 +4707,7 @@ repository:
47074707 }
47084708 ]
47094709 " fstring-multi-core" :
4710- name : " string.quoted.multi.python"
4710+ name : " string.quoted.multi.python string.interpolated.python "
47114711 match : '''
47124712 (?x)
47134713 (.+?)
@@ -4728,7 +4728,7 @@ repository:
47284728
47294729 '''
47304730 " fstring-raw-multi-core" :
4731- name : " string.quoted.raw.multi.python"
4731+ name : " string.quoted.raw.multi.python string.interpolated.python "
47324732 match : '''
47334733 (?x)
47344734 (.+?)
0 commit comments