Top "Syntax-highlighting" 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.

How to set the programming language for syntax highlighting etc in Adobe Brackets editor?

I was looking for a code editor that uses a browser rendering engine for its GUI so I can work …

editor syntax-highlighting code-editor adobe-brackets
How do I create an AvalonEdit syntax file (.xshd) and embed it into my assembly?

I'm trying to define some custom highlighting rules for AvalonEdit. There doesn't seem to be any documentation for this -- …

syntax-highlighting avalonedit
Highlight text in RichTextBox

I'm trying to use a RichTextBox and my first feeling : "What's it's complicated to use !"... Amazing ... So I'm trying to …

c# wpf richtextbox syntax-highlighting
IDE with syntax highlight support for LESS

Is there any IDE with syntax highlight support for LESS?

syntax-highlighting less
Syntax highlight for .ejs files in vim

What is the best way to make vim highlight ejs (http://embeddedjs.com/) files? Is it possible to set up …

vim syntax-highlighting ejs
What code highlighting libs are there for Java?

I'd like them to be easy to bundle, with few dependencies and easy to use.

java syntax-highlighting codehighlighter
highlightjs with html code

How do I put my HTML code so that highlight.js prettify it ? I tried <pre> <code&…

javascript html syntax-highlighting prettify
Quick way to set custom syntax highlighting in Eclipse

I know I'm not the first to need this. I am working on an in house created codebase and I …

eclipse syntax-highlighting springsource
Does there exist a Notepad++ syntax highlighting profile for hl7?

Does there exist a Notepad++ syntax highlighting profile for hl7? I've started to make my own, but if a custom …

syntax-highlighting notepad++ hl7
How do I get "rainbow parentheses" in emacs?

I would like rainbow parens for editing Clojure in Emacs and since VI does this I assume that in Emacs …

emacs clojure syntax-highlighting