What vimscript command(s) could you use to syntax-color words in CamelCase?
feedback
|
|
You can just use the
If you were to use syntax commands you would first need to decide how you want to work in with the existing syntax highlighting for each filetype, but this would give you more control - e.g., only matching camelCase used in names of variables. | |||
|
feedback
|