mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Namely, Python lexer, compatibility inspection and unsupported features annotator are aware of them now.
8 lines
70 B
Python
8 lines
70 B
Python
s1 = f''
|
|
s2 = fr''
|
|
s3 = rf''
|
|
s4 = F''
|
|
s5 = bf''
|
|
s6 = uf''
|
|
s7 = ufr''
|