Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self cannot be highlight #10

Closed
marslo opened this issue Nov 18, 2013 · 3 comments
Closed

Self cannot be highlight #10

marslo opened this issue Nov 18, 2013 · 3 comments

Comments

@marslo
Copy link

marslo commented Nov 18, 2013

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

@marslo
Copy link
Author

marslo commented Nov 18, 2013

Okay, I fork your repo, and modified by myself.

@marslo marslo closed this as completed Nov 18, 2013
@hdima
Copy link
Owner

hdima commented Nov 18, 2013

The self is not highlighted because it's not a keyword but just a de facto name. Some people for example use s instead.

@marslo
Copy link
Author

marslo commented Nov 19, 2013

Thanks! My fault, :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants