34
votes
19answers
2k views
What is best blogging host for programmers/code formatting?
I was just reading how can you tell whether you're ready to start your own blog. The answers are so good and inspiring that I made rush to start my own blog using blogger and stopped right in my …
26
votes
27answers
3k views
What is your favorite colorscheme FOR PROGRAMMING in Vim?
I think this is a relevant question for programmers and I'd like to hear other people's answers because some syntax highlighting color schemes are better on the eyes than others. This can affect …
18
votes
12answers
2k views
Know any C# syntax-highlighting tricks?
I usually prefer to code with a black background and white/coloured text but I had never taken the time to change my syntax-highlighting in Visual Studio.
Yesterday, when I finally got around to it …
15
votes
8answers
550 views
Is there an IDE out there that does structural syntax highlighting?
Somewhat inspired by this question about a graphical programming environment. I don't think that C++ or C# are really conducive to this type of environment, but perhaps there's something halfway …
15
votes
8answers
1k views
Syntax highlighting code with Javascript
What Javascript libraries can you recommend for syntax highlighting <code> blocks in HTML?
(One suggestion per answer please).
13
votes
5answers
1k views
Custom syntax highlighting for VS 2008
I've been using John Lam's Vibrant Ink VS color scheme lately and wanted to tweak it so it highlights the method names for a class with a different color. Turns out there is no option in VS for that.
…
10
votes
5answers
1k views
PHP syntax highlighting
I'm searching for a PHP syntax highlighting engine that can be customized (i.e. I can provide my own tokenizers for new languages) and that can handle several languages simultaneously (i.e. on the …
7
votes
4answers
1k views
How can I enable auto complete support in Notepad++?
I am trying to add simple syntax highlighting and auto completion for a simple scripting language.
I added syntax highlighting using this article
Now I want to know how to enable auto completion …
6
votes
1answer
77 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.
6
votes
7answers
286 views
Compiler compiler in C#
I'm looking for a customizable parser and/or lexer that can allow me to build a custom syntax checker in C#. Essentially the user will enter code a line of code (custom), and the syntax checker will …
6
votes
7answers
1k views
class & function names highlighting in Vim
I just recently set up my Vim environment from Textmate, after becoming addicted to its modal input.
However, syntax highlighting seems to be not so beautiful in Vim. I code in C++ and since the …
6
votes
2answers
784 views
Vim syntax coloring: How do I highlight long lines only?
I would like vim to color "long" lines for me. Using 80 columns as an example, I would like to highlight lines that exceed that length. Here is roughly what I think the .vimrc file should contain, …
6
votes
4answers
714 views
Javascript syntax highlighting in vim
Has anyone else found VIM's syntax highlighting of Javascript sub-optimal? I'm finding that sometimes I need to scroll around in order to get the syntax highlighting adjusted, as sometimes it …
5
votes
2answers
119 views
Combined HTML, PHP and Javascript indenting and syntax highlighting in vim
Hi all,
I use vim for web development. These are almost always .php files, which also contain HTML and sometimes Javascript. While working in a block of PHP, indenting works fine. The syntax …
5
votes
2answers
128 views
Granularity of Syntax Coloring in Visual Studio
I am crazy about syntax coloring, where different source-code elements are displayed in different colors. Nowadays, good coloring is right up there with proper indentation when it comes to my ability …
