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.

Nano syntax highlighting in Mac OS X 10.7 (Lion)?

How to enable syntax highlighting for nano in Mac OS X 10.7 (Lion)? According to what I found so far on …

c macos terminal syntax-highlighting nano
syntax highlighting for react code in sublime

I'm started writing some basic React code in sublime text. Here is what my syntax highlighting looks like. Its partly …

javascript reactjs sublimetext3 syntax-highlighting
Enabling Git syntax highlighting for Mac's terminal

I miss the Git syntax highlighting I had on Windows for every "git .*" command like green staged filenames, some bolding, …

git terminal syntax-highlighting
c# - perfect syntax highlighting

I'm looking for a RichTextBox with syntax highlighting! Sounds easy but I'm searching since months and didn't find that what …

.net user-controls richtextbox syntax-highlighting
Highlighting the current line number in vim

Is there a way to highlight only the current line number (in the left hand coloumn) in vim, without highlighting …

vim syntax-highlighting
Pandoc: What are the available syntax highlighters?

Bullet point 18 of http://pandoc.org/demos.html#examples shows how to change the syntax highlighter used by giving an …

syntax-highlighting pandoc
X12 syntax highlighting for Notepad++?

I work with a few different X12 standard EDI transactions (270/271, 276/277.) I thought I'd check to see if anyone knew of …

syntax-highlighting notepad++ edi x12
Vim, how to reload syntax highlighting

When I execute Rmodel, Rcontroller and others in Vim. I see only white text. But when I go to next …

vim syntax-highlighting rails.vim
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 …

java editor syntax-highlighting
How to install C# language support in Atom

I've just started using https://atom.io/ on OSX If I open a C# file it doesn't syntax highlight. I've …

programming-languages syntax-highlighting atom-editor