Tagged Questions

2
votes
4answers
46 views

Change syntax color in vim?

I have syntax highlighting on, but comments are set to dark blue. This hard for me to read against a black terminal. How do I change it so that the comments are colored green instead?
1
vote
2answers
46 views

Notepad++ : Custom Syntax Highlighting for .txt files

I keep code samples that I find useful as text files on my computer. I store them as txt files as opposed to the language in which they are written, so that they will open in Notepad++ instead of the …
0
votes
2answers
19 views

Integrate Syntax Highlighter (Prettify, Pygments,..) with Plone

I'm actually challenged with documenting aspects/problems/usages of inherited source code to teach and train co-workers as well as to identify problems that should be future maintenance tasks... The …
0
votes
3answers
36 views

code syntax highlighter

Hi all, I'm looking for an auto syntax highlighter. when I specify the starting point and the ending point of the code the syntax highlighter should automatically identify the type of code (e.g. …
0
votes
1answer
43 views

xcode code sense color/completion not working

EDIT: This is weird... if I double-click the Recent Projects item for the project in the welcome screen, code sense and coloring works just fine but if I just click Open (bottom right in welcome …
1
vote
0answers
45 views

Emacs C++ Mode: Highlighting Casts, Malloc and Sizeof

I am using the standard (shipped) Emacs C++ mode but I have a slight itch that I am looking to get scratched. How would I go about properly highlighting the types inside of a sizeof and the casts in …
1
vote
1answer
21 views

Is it possible to provide Code highlighting on sites.google.com websites?

Is it possible to do Code Sytnax highlighting on sites.google.com websites like the way we do it on Blogger.com or Wordpress.com?
3
votes
3answers
67 views

Syntax Highlighter for Java

Hello friends, As you know there is a Syntax highlighter for PHP called GeSHi which supports a great number of Programming Languages or Code formats. However, I couldn't find such a library for Java …
2
votes
2answers
89 views

Highlighting quoted/backquoted parens

In Emacs is there a way to syntax-highlight the parentheses of quoted and backquoted sexps differently than the parens of other sexps so they stand out? e.g. I want these parens to be a different …
0
votes
6answers
79 views

highlight_string in C#

Is there an equivalent of PHP's highlight_string function in C#? It is not necessary to be a built-in function. Edit: If not is there a good library for that? Edit2: I really need a server side …
6
votes
1answer
74 views

Defining new syntax in Emacs

Hi, I have a custom config file format and I would like Emacs to recognize and highlight the syntax. Is this possible. If yes, how do we do it? Thanks for your answers.
0
votes
3answers
60 views

Syntax Highlighting in Drupal

Which is the best module for Syntax Highligting in Drupal. I am using GeSHi for syntax highlighting my code. It was working fine then I installed a second module FCKeditor. Now GeSHi filter is not …
0
votes
2answers
52 views

syntax highlighting in a VIM fold header

Is there any way to have VIM continue to apply formatting to the line used as the header for a fold? E.g., I have the following code: int foo(int a, int b) { int c; .... } When folded, I see: …
3
votes
2answers
361 views

Syntax Highlighting in Cocoa TextView? Experiences? Suggestions? Ideas?

I'm interested in syntax highlighting in a Cocoa TextView. I found several resources: approach with flex, via a flex pattern matched against textStorageDidProcessEditing in a TextView delegate. In …
0
votes
1answer
219 views

Color Themes for Eclipse CDT?

Hello, I know that there are many questions regarding the color themes in Eclipse. The problem is that all of them are for Java or PyDev and, of course, they don't work for C/C++. Do you have any …

1 2 3 4 5 14 next
15 30 50 per page