python-syntax
python-syntax copied to clipboard
Python syntax highlighting for Vim
Before this commit the spellchecker highlights everything in the following: f'correct word' ^^^^^^^^^ f'wierd word' ^^^^^^^ By adding the `matchgroup` directive, the start and end of the region are not...
Added: `ModuleNotFoundError|BaseExceptionGroup|ExceptionGroup|RecursionError|EncodingWarning` [Reference](https://docs.python.org/3/library/exceptions.html)
I met error "no-member: Module 'xxx' has no 'xxxx' member. But actually its in a custom library path for python. How can I tell python-syntax?