() [] {} , : ` = ; @ . # Note that @ and . require the proper context.
1
2
3
4
5
6
# Literals
1234
0.0e101
.123
0b01010011100
0o01234567
Configuration Options:
version - 2/3 - The version of Python to recognize. Default is 2.
singleLineStringErrors - true/false - If you have a single-line string that is not terminated at the end of the line, this will show subsequent lines as errors if true, otherwise it will consider the newline as the end of the string. Default is false.