Closed marslo closed 11 years ago
Hi,
I install python-syntax by vundle:
Bundle 'hdima/python-syntax'
Add add the following setting in _vimrc
let python_highlight_all = 1
However, keyword cannot be shown. Color file which I used is: https://github.com/Marslo/marslo.vim/blob/master/colors/marslo256.vim
Okay, I fork your repo, and modified by myself.
The self is not highlighted because it's not a keyword but just a de facto name. Some people for example use s instead.
self
s
Thanks! My fault, :(
Hi,
I install python-syntax by vundle:
Add add the following setting in _vimrc
However, keyword cannot be shown. Color file which I used is: https://github.com/Marslo/marslo.vim/blob/master/colors/marslo256.vim