vim-python / python-syntax

Python syntax highlighting for Vim
MIT License
438 stars 84 forks source link

err if set iskeyword . #19

Closed spavlovich001 closed 7 years ago

spavlovich001 commented 7 years ago

If I set autocmd BufNewFile,BufRead *.py setlocal iskeyword=A-Z,48-57,192-255,_,.,-,>

In string con = sqlite3.connect(self.db)

or aaa11113.ewfwefweffwe

Highliting(background red) 3. or 11113.

If I comment in ~/.vim/plugged/python-syntax/syntax/python.vim line HiLink pythonNumberError Error problem fixing

nfnty commented 7 years ago

Never set iskeyword; it breaks every regex using \< or \>.