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