Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-20-2014, 04:56 AM
|
#1
|
Member
Registered: Dec 2011
Distribution: Mint, Slackware
Posts: 43
Rep: 
|
vim C/C++ highlight parens, brackets?
Currently my C++ syntax looks like this:
http://i42.tinypic.com/zn3lg3.png
Here is the color portion of my .vimrc file:
Code:
" make sure syntax highlighting is enabled
syntax on
" Colors
hi Comment ctermfg=darkgreen
hi Constant ctermfg=darkred
hi Preproc ctermfg=blue
hi Statement ctermfg=yellow
hi LineNr ctermfg=darkyellow
hi Type ctermfg=lightgreen
hi Identifier ctermfg=magenta
hi Special ctermfg=cyan
hi Number ctermfg=red
hi Boolean ctermfg=red
hi Character ctermfg=white
hi Operator ctermfg=yellow
hi String ctermfg=darkred
hi Constant ctermfg=red
" C
hi cCppParen ctermfg=cyan
hi cCppBracket ctermfg=cyan
hi cBlock ctermfg=cyan
hi cParen ctermfg=cyan
hi cBracket ctermfg=cyan
" Haskell
hi hsDelimiter ctermfg=cyan
hi ConId ctermfg=lightgreen
All the hi settings are working except the C/C++ brackets. Here's an example of some Haskell:
http://i41.tinypic.com/313p47a.png
|
|
|
01-21-2014, 07:34 AM
|
#2
|
Moderator
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,956
|
What you described is not correct, your C settings are not working for that file. Nothing is cyan, parentheses, brackets, or blocks.
I notice that the syntax line in your file images states "syntax=cpp" versus "syntax=C" and in your .vimrc that section is named "C".
Can you either change that section name in your .vimrc or set the syntax to be C and see if this corrects the problem?
|
|
|
01-21-2014, 01:37 PM
|
#3
|
Member
Registered: Dec 2011
Distribution: Mint, Slackware
Posts: 43
Original Poster
Rep: 
|
That line is just a comment. I tried re-naming the file to *.c and that changed the syntax=c, but still the same result.
|
|
|
01-24-2014, 04:28 AM
|
#4
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,441
|
Wouldn't it be easier to use one of the supplied syntax files eg /usr/share/vim/vim72/syntax/c.vim ?
|
|
|
All times are GMT -5. The time now is 06:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|