mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-06 20:54:31 +08:00
@@ -355,7 +355,7 @@ if s:Enabled('g:python_highlight_builtin_funcs')
|
||||
let s:funcs_re .= '|print'
|
||||
endif
|
||||
else
|
||||
let s:funcs_re .= '|ascii|exec|print'
|
||||
let s:funcs_re .= '|ascii|breakpoint|exec|print'
|
||||
endif
|
||||
|
||||
let s:funcs_re = 'syn match pythonBuiltinFunc ''\v\.@<!\zs<%(' . s:funcs_re . ')>'
|
||||
|
||||
@@ -52,6 +52,7 @@ all()
|
||||
any()
|
||||
bin()
|
||||
bool()
|
||||
breakpoint()
|
||||
bytearray()
|
||||
callable()
|
||||
chr()
|
||||
|
||||
Reference in New Issue
Block a user