Tagged Questions

1
vote
2answers
44 views

What is the scope of effort for making standard java-mode syntax highlighting language release dependent?

My itch to see the Emacs syntax highlighting handle generics more effectively is getting worse and worse with each new release of the Java language. I suspect adding customization …
1
vote
1answer
26 views

Custom Windows 7 Preview Pane syntax highlighting

After discovering on superuser that there is no current way to add syntax highlighting to the Windows 7 preview pane, I figured if someone else hasn't done it yet then I'll go ahea …
1
vote
3answers
59 views

Where can I find a simple JavaScript based HTML syntax highlighter?

Where can I find a simple JavaScript based HTML syntax highlighter? Simpler is better, and I don't need any line numbers or tricks, just added colors. If it is the same colors as …
1
vote
4answers
65 views

Free syntax highlighting component in .NET

Hi Guys, Does anyone knows about good free syntax highlighting component for .NET? Thanks a lot, Adi Barda
1
vote
8answers
118 views

Free HTML editor for Windows

I'm looking for a free HTML editor for Windows that support combined syntax highlighting. Basically it means that if I have a HTML document open with both JavaScript and CSS, it …
5
votes
2answers
75 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. …
0
votes
2answers
46 views

Color (syntax highlighting) within an HTML <code> tag

In a code fragment like the following ... class Foo { internal Foo() { for (int i = 0; i < 42; ++i); } } ... its various keywords and so on are color-coded when the …
0
votes
2answers
96 views

Has anyone got a JSP language file for Notepad++?

I can't seem to find a language syntax highlighting file for JSPs for Notepad++. Is there one out there? (Currently, I've just got it set to use Java highlighting, which is a lit …
2
votes
1answer
62 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 t …
1
vote
1answer
58 views

VIM Colorschemes in Screen & PuTTy?

Hey guys 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 8 …
5
votes
2answers
92 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 …
1
vote
3answers
38 views

How to implement syntax highlight like SO?

Best to be implemented in javascript. And easy to use.
1
vote
2answers
74 views

Python library for syntax highlighting

Which Python library for syntax highlighting is the best one? I'm interested in things like supported languages, ease of use, pythonic design, dependencies, development status, et …
0
votes
0answers
14 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 ri …
1
vote
2answers
78 views

Syntax Highlighting CSS in PHP

I have a CSS parser thats printing out stylesheet to the browser like so: $cssParser->parse( 'style.css' ); echo '<pre>'; print_r( $cssParser ); echo '</pre>'; Ca …

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