Tagged Questions

Syntax highlighting is a feature of some text editors that display text—especially source code—in different colors and fonts according to the category of terms.

learn more… | top users | synonyms

57
votes
22answers
5k views

What is best blogging host for programmers/code formatting? [closed]

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 ...
53
votes
4answers
10k views

Source code highlighting in LaTeX

I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases and for me it was, until now. However, now I need more flexibility. Generally, what I’m ...
39
votes
11answers
6k views

Syntax highlighting code with Javascript

What Javascript libraries can you recommend for syntax highlighting <code> blocks in HTML? (One suggestion per answer please).
29
votes
3answers
3k views

How do I get “rainbow parentheses” in emacs?

Hello StackOverflowers, I would like rainbow parens for editing Clojure in Emacs and since VI does this I assume that in Emacs it should be something like M-x butterfly or something :)
27
votes
7answers
18k views

Eclipse syntax highlighting preferences save and restore

I spend some time customizing the colors for syntax highlighting in Eclipse (Java, JSP, HTML, CSS, etc.) but whenever I try to export these settings via File|Export|General|Preferences and reimport ...
22
votes
11answers
1k 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 ...
21
votes
3answers
20k 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 ...
21
votes
12answers
3k 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 ...
21
votes
4answers
7k views

Anyone found a PowerShell Syntax highlighting or IntelliSense plugin for Visual Studio?

Has anyone found a plugin for Visual Studio to allow for PowerShell syntax highlighting or IntelliSense? If not, does anyone have any idea why not? I keep hoping someone else with copious free time ...
19
votes
5answers
7k 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 ...
18
votes
5answers
3k 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. ...
16
votes
1answer
326 views

How to highlight dynamic code in visual studio

Is it possible and if so how, to make Visual Studio highlight dynamic expressions in code? When I just hovered above some code, visual studio told me it was a dynamic expression. This made me realize ...
16
votes
7answers
7k 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 ...
15
votes
1answer
2k views

How to tell which colorscheme a Vim session currently uses

You can set the Vim color scheme by issuing :colorscheme SCHEME_NAME but, oddly enough, you can't get the currently used scheme by issuing :colorscheme as this results in "E471: Argument ...
15
votes
7answers
5k 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 ...
14
votes
8answers
1k views

CodeMirror 2 - Highlight only (no editor)

Can CodeMirror 2 be used to highlight code from a DIV or PRE tag (without the editor)? Like CodeMirror 1 used to be able to do with the hightlightText() function? For example here: ...
14
votes
9answers
5k views

Xcode: code loses syntax coloring

I find that in various situations Objective-C code in Xcode 3.1 (Leopard) can fail to get appropriate syntax coloring after typing or lose coloring that it had. This isn't just a "refresh" issue with ...
14
votes
7answers
3k views

How to: C# source with syntax highlighting on PowerPoint slides

I would like to show some C# source code in a PowerPoint presentation. But how can I copy the code including the syntax highlighting onto the slides? I could make screenshots, but that has some ...
14
votes
2answers
8k views

How can I create a custom Eclipse Syntax Highlighter

I've been developing a compiler for a new language. I thought it would be neat to be able to demonstrate its development in a syntax aware environment. The language has quite a few custom keywords, ...
13
votes
4answers
1k views

Is there a colored REPL for Clojure?

I'd like to get a colored REPL for clojure code, similar to what you can do with IRB for Ruby. Are there any libraries or settings for user.clj that provide automatic coloring of the REPL? Example ...
13
votes
2answers
547 views

Can I customize syntax highlighting in Eclipse to show octal literals differently?

I think octal literals are Very Dangerous Things™, and I'd like them to be glaringly obvious whenever I read source codes. There must be a way to do this in Eclipse, right? So it looks like ...
13
votes
3answers
13k views

Change Emacs syntax highlighting colors

I'm running Emacs, editing files in C++ mode and PHP mode. I love syntax highlighting as a concept, but the default colors are a travesty. I can barely read some of them: way too dark. What is the ...
12
votes
7answers
5k views

Where can I find a syntax highlighting library for Java?

I'm writing a source-code editor in Java (for Java source code), and I'd like to add simple syntax highlighting (distinctive coloring for keywords would suffice). Any suggestions?
12
votes
11answers
3k views

Which blog service has the best code syntax highlighting? [closed]

I'd like to start a 'cookbook' style blog where I post my coding solutions to common problems, mainly for my own use - what's the best blog service or engine to use in terms of posting code snippets ...
11
votes
3answers
407 views

Syntax Coloring In Mathematica

How could user-defined function symbol such as f in f[x_] = 2 x or variable symbols such as lotto in lotto = Table[2, {10}]; be colored automatically ? In Syntax coloring on M8 no option is ...
11
votes
3answers
3k views

Is there any Python syntax highlighter for Visual Studio 2010?

When I used Visual Studio 2008 I could install IronPython + IronPython Integrated IDE + Visual Studio Shell Integrated Mode and then my Visual Studio would parse .py files and highlight its syntax. I ...
11
votes
4answers
4k views

What is the best way to implement syntax highlighting of source code in Cocoa?

I'm working on Cocoa Application that should be able to analyze and highlight a source code written in such languages as Objective-C, SQL, JavaScript, Python etc. The text should be editable too (by ...
11
votes
9answers
6k views

Free Syntax Highlighting editor control in JavaScript

I need to let user to edit some code in my web-app. I want to highlight the syntax as he types. Note: I need code to be highlighted on the fly, right inside editor control. I do not need offline ...
10
votes
1answer
236 views

Syntax-highlight Python in a vim fold line

I have found that code-folding helps me organize my files better. Thus, at the bottom of my ~/.vimrc, I enable vim code folding by default: ""Folding set foldmethod=indent set foldnestmax=2 nnoremap ...
10
votes
1answer
157 views

C++11 mode or settings for emacs?

I'm running Emacs 23.3.1 (Ubuntu, Oneiric package) and emacs doesn't appear to understand any of the new C++11 keywords, constexpr, thread_local, etc. Also it doesn't understand that '>>' is now ...
10
votes
3answers
690 views

C++ syntax highlighting for Visual Studio 2008?

I just want to see my own datatypes/functions/function parameters with a different color. I have used Visual Assist X before, but it stopped working for some unknown reason. It doesn't color the ...
10
votes
1answer
1k views

TextMate: Highlight matching tags of caret location

Is it possible for TextMate to syntax highlight the opening and closing tags of your current caret location? And I am talking about constantly, not by pressing a key combo. Furthermore, if it ...
10
votes
8answers
7k views

How to highlight source code in HTML?

I want to highlight C/C++/Java/C# etc source codes in my website. How can I do this? Is there a library I can use? Is it a CPU intensive job to highlight the source code?
9
votes
4answers
2k views

How do I embed source code or HTML in Open Office Org Presentations without using screenshots?

I need to write a lot of class courses presentations to my programming class, and I constantly need to show source code (mainly C code). I don't find a easy way to: Copy my source code from my ...
9
votes
2answers
818 views

Where can I change the Asp.net MVC 3 Razor syntax hightlighting in VS10?

I searched Tools > Options, but where in VS10 can I turn off or change the default highlighting for the new Razor view on the @nuggets in ASP.NET MVC 3?
9
votes
4answers
2k views

Which text editor supports syntax highlighting for Wiki code?

Does any text editor (such as Notepad++) syntax highlight MediaWiki code? This might not be strictly programming related though the Wiki script is a language by itself.
8
votes
2answers
111 views

Syntax Highlighting tool/language that works with multiple editors

Is there any tool that would allow me to specify syntax highlighting for a given language, then generate syntax highlighting files for some of the more common editors? I ask because I'm developing a ...
8
votes
1answer
251 views

Eclipse highlighting the same occurrence of the word

In Notepad++ , it has a very nice feature that if I select a word , it will highlight all the same words throughout the text . Added to this , I can set the hot-keys to highlight up to five different ...
8
votes
4answers
664 views

VIM syntax highlighting of html nested in yaml

Given a yaml file that contains html, like this: template : |+ <div>Hello, world</div> Is it possible in Vim (version 7.3.087) to highlight the html portion with html syntax ...
8
votes
2answers
2k views

VIM Colorschemes in Screen & PuTTy?

I've been trying to get colourschemes to work properly in VIM when using it over ssh with PuTTy as a client but unfortunately I haven't had much success. I can only get 8bit colours working with PuTTY ...
8
votes
1answer
2k views

Syntax Highlighting in Cocoa TextView? Experiences? Suggestions? Ideas? [closed]

Possible Duplicate: Syntax coloring for Cocoa app I'm interested in syntax highlighting in a Cocoa TextView. I found several resources: approach with flex, via a flex pattern matched ...
8
votes
10answers
7k views

How to print out code?

What's the best way to print out code (e.g. for a code review)? Eclipse's print option only does portrait (afaict), wich is unreadable for longer lines of code. Opening and printing all files in an ...
8
votes
8answers
2k views

Are there any JavaScript live syntax highlighters?

I've found syntax highlighters that highlight pre-existing code, but I'd like to do it as you type with a WYSIWYG-style editor. I don't need auto-completed functions, just the highlighting. As a ...
7
votes
1answer
212 views

Lisp syntax highlighting for ICSharpCode.TextEditor

Is there a Common Lisp syntax highlighting .xshd file for use with ICSharpCode.TextEditor? I haven't been able to find one on google, and the format for writing syntax highlighting specification files ...
7
votes
1answer
262 views

Razor .cshtml syntax highlighting for vim?

I'm looking for a .cshtml vim syntax file. Are there any projects that haven't made it to www.vim.org?
7
votes
4answers
139 views

Javascript syntax test cases

I'm creating a text editor and I've just finished writing the highlighting algorithms to have each of the syntax appear in a different color, and render in the right position using the proper parse ...
7
votes
5answers
1k views

IDE with syntax highlight support for LESS

Is there any IDE with syntax highlight support for LESS?
7
votes
2answers
662 views

Vim: Highlight C++ variables using scope?

I would like to have C++ variables highlighted by scope. E.g. variables should have different coloring depending on file, class, global or local scope. Is it possible? UPDATE: External helpers (e.g. ...
7
votes
5answers
837 views

HTML presentation slides with Python syntax highlighting

I'd like to create slides for my presentation. My presentation will contain these: slide title, bullet points, code snippets (in a monospace font), some code lines highlighted as bold, Python code ...
7
votes
8answers
282 views

Why can't the compiler just compile my code as I type it?

Why can't the compiler just compile my code as I type it? From the user's point of view, it could work as smoothly as syntax colouring does today. If you stop typing for long enough (maybe a couple ...

1 2 3 4 5 18