I hereby claim:
- I am daimoniac on github.
- I am daimon_sh (https://keybase.io/daimon_sh) on keybase.
- I have a public key ASDhVwDpNHKySQrKjFGa_Au0Rtxxm0MjSirITY3HnQ6qkAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| " place it in ~/.vim/after/syntax/python.vim | |
| " we need the conceal feature (vim ≥ 7.3) | |
| if !has('conceal') | |
| finish | |
| endif | |
| " remove the keywords. we'll re-add them below | |
| syntax clear pythonOperator | |
| syntax keyword pythonOperator is |