File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ endif
179179"
180180
181181syn match pythonDecorator " @" display nextgroup =pythonDottedName skipwhite
182- syn match pythonDottedName " [a-zA-Z_][a-zA-Z0-9_] *\% (\. [a-zA-Z_][a-zA-Z0-9_] *\) *" display contained
182+ syn match pythonDottedName " \% ([^[:cntrl:][:space:][:punct:][:digit:]] \| _ \)\% ([^[:cntrl:][:punct:][:space:]] \| _ \) *\% (\.\% ([^[:cntrl:][:space:][:punct:][:digit:]] \| _ \)\% ([^[:cntrl:][:punct:][:space:]] \| _ \) *\) *" display contained
183183syn match pythonDot " \. " display containedin =pythonDottedName
184184
185185"
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ class Класс
5151
5252@ decoratorname
5353@ object .__init__ (arg1 , arg2 )
54+ @ декоратор .décorateur
5455
5556# Numbers
5657
You can’t perform that action at this time.
0 commit comments