mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-09 22:25:25 +08:00
@@ -103,7 +103,7 @@ else
|
|||||||
syn match pythonStatement '\<async\s\+def\>' nextgroup=pythonFunction skipwhite
|
syn match pythonStatement '\<async\s\+def\>' nextgroup=pythonFunction skipwhite
|
||||||
syn match pythonStatement '\<async\s\+with\>'
|
syn match pythonStatement '\<async\s\+with\>'
|
||||||
syn match pythonStatement '\<async\s\+for\>'
|
syn match pythonStatement '\<async\s\+for\>'
|
||||||
syn cluster pythonExpression contains=pythonStatement,pythonRepeat,pythonConditional,pythonOperator,pythonNumber,pythonHexNumber,pythonOctNumber,pythonBinNumber,pythonFloat,pythonString,pythonFString,pythonRawString,pythonRawFString,pythonBytes,pythonBoolean,pythonNone,pythonSingleton,pythonBuiltinObj,pythonBuiltinFunc,pythonBuiltinType
|
syn cluster pythonExpression contains=pythonStatement,pythonRepeat,pythonConditional,pythonOperator,pythonNumber,pythonHexNumber,pythonOctNumber,pythonBinNumber,pythonFloat,pythonString,pythonFString,pythonRawString,pythonRawFString,pythonBytes,pythonBoolean,pythonNone,pythonSingleton,pythonBuiltinObj,pythonBuiltinFunc,pythonBuiltinType,pythonClassVar
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -251,6 +251,7 @@ fr'this {that}'
|
|||||||
f"{f'{1+1}'}"
|
f"{f'{1+1}'}"
|
||||||
'{{ }}'
|
'{{ }}'
|
||||||
f"{"{test}"}" # FIXME: syntax error that should not be highlighted
|
f"{"{test}"}" # FIXME: syntax error that should not be highlighted
|
||||||
|
f'{self.__name__}
|
||||||
|
|
||||||
# Doctests.
|
# Doctests.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user