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
179
179
"
180
180
181
181
syn 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
183
183
syn match pythonDot " \. " display containedin =pythonDottedName
184
184
185
185
"
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ class Класс
51
51
52
52
@ decoratorname
53
53
@ object .__init__ (arg1 , arg2 )
54
+ @ декоратор .décorateur
54
55
55
56
# Numbers
56
57
You can’t perform that action at this time.
0 commit comments