vim-syntax-highlighting

Should I avoid using "str" as a variable name in Python?

Should I avoid using "str" as a variable name in Python? Question: I’ve noticed that certain variable names in Python get flagged up by Vim in blue highlight, whereas others do not. I’m familiar with the concept of reserved words, per this question, but from looking it up, "str" does not appear to be one …

Total answers: 3

Syntax highlighting in vim for python

Syntax highlighting in vim for python Question: How do I do I set the syntax highlighting in Vim 7 for python? I would like to set my own colorschemes, and syntax highlighting for a type of code file. Asked By: hidroto || Source Answers: Put the line syntax on in your .vimrc. Answered By: Robie …

Total answers: 4