forked from MagicStack/MagicPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple9.py
More file actions
14 lines (10 loc) · 994 Bytes
/
simple9.py
File metadata and controls
14 lines (10 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
f'foo {{{bar}}}'
f : meta.fstring.python, source.python, storage.type.string.python, string.interpolated.python, string.quoted.single.python
' : meta.fstring.python, punctuation.definition.string.begin.python, source.python, string.interpolated.python, string.quoted.single.python
foo : meta.fstring.python, source.python, string.interpolated.python, string.quoted.single.python
{{ : constant.character.escape.python, meta.fstring.python, source.python
{ : constant.character.format.placeholder.other.python, meta.fstring.python, source.python
bar : meta.fstring.python, source.python
} : constant.character.format.placeholder.other.python, meta.fstring.python, source.python
}} : constant.character.escape.python, meta.fstring.python, source.python
' : meta.fstring.python, punctuation.definition.string.end.python, source.python, string.interpolated.python, string.quoted.single.python