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')
59
59
call s: EnableByDefault (' g:python_highlight_operators' )
60
60
endif
61
61
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
+
62
70
"
63
71
" Keywords
64
72
"
@@ -395,14 +403,6 @@ if s:Enabled('g:python_highlight_exceptions')
395
403
unlet s: exs_re
396
404
endif
397
405
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
-
406
406
"
407
407
" Misc
408
408
"
You can’t perform that action at this time.
0 commit comments