File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ if s:Enabled('g:python_highlight_all')
5959 call s: EnableByDefault (' g:python_highlight_operators' )
6060endif
6161
62+ "
63+ " Function calls
64+ "
65+
66+ if s: Enabled (' g:python_highlight_func_calls' )
67+ syn match pythonFunctionCall ' \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *\z e\% (\s *(\) '
68+ endif
69+
6270"
6371" Keywords
6472"
@@ -395,14 +403,6 @@ if s:Enabled('g:python_highlight_exceptions')
395403 unlet s: exs_re
396404endif
397405
398- "
399- " Function calls
400- "
401-
402- if s: Enabled (' g:python_highlight_func_calls' )
403- syn match pythonFunctionCall ' \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *\z e\% (\s *(\) '
404- endif
405-
406406"
407407" Misc
408408"
You can’t perform that action at this time.
0 commit comments