File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,9 +222,9 @@ syn match OptionalParameters /\i*\ze=/ display contained
222222
223223syn match pythonDecorator " @" display nextgroup =pythonDottedName skipwhite
224224if s: Python2Syntax ()
225- syn match pythonDottedName " [a-zA-Z_][a-zA-Z0-9_]*\% (\. [a-zA-Z_][a-zA-Z0-9_]*\) *" display contained
225+ syn match pythonDottedName " [a-zA-Z_][a-zA-Z0-9_]*\% (\. [a-zA-Z_][a-zA-Z0-9_]*\) *" display contained nextgroup = FunctionParameters
226226else
227- syn match pythonDottedName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *\% (\.\% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *\) *" display contained
227+ syn match pythonDottedName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *\% (\.\% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *\) *" display contained nextgroup = FunctionParameters
228228endif
229229syn match pythonDot " \. " display containedin =pythonDottedName
230230
You can’t perform that action at this time.
0 commit comments