We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
breakpoint
1 parent 0a92527 commit 8d3c0afCopy full SHA for 8d3c0af
syntax/python.vim
@@ -355,7 +355,7 @@ if s:Enabled('g:python_highlight_builtin_funcs')
355
let s:funcs_re .= '|print'
356
endif
357
else
358
- let s:funcs_re .= '|ascii|exec|print'
+ let s:funcs_re .= '|ascii|breakpoint|exec|print'
359
360
361
let s:funcs_re = 'syn match pythonBuiltinFunc ''\v\.@<!\zs<%(' . s:funcs_re . ')>'
tests/test.py
@@ -52,6 +52,7 @@ async def Test
52
any()
53
bin()
54
bool()
55
+breakpoint()
56
bytearray()
57
callable()
58
chr()
0 commit comments