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.

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 …

xcode syntax-highlighting
Syntax highlighting markdown code blocks in Jekyll (without using liquid tags)

It seems like syntax highlighting in Jekyll is limited to using liquid tags and pygments like so: {% highlight bash %} cd ~ {% …

syntax-highlighting markdown jekyll redcarpet
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 …

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

eclipse eclipse-plugin syntax-highlighting
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 …

xcode syntax-highlighting
Custom syntax highlighting in Sublime Text 2

I want to use Sublime Text as log viewer. That's why I need to create tmlanguage file for highlighting of …

syntax-highlighting sublimetext2
Extending language definitions (for code highlighting) in notepad++

I've been doing development in TWIG lately. It is an html templating language that is very simple and robust. I've …

syntax-highlighting notepad++ twig
Persistent :set syntax for a given filetype?

I'm working on a Symfony2 project which uses Twig, and the filetypes are myfile.html.twig. Vim doesn't automatically detect …

syntax-highlighting vim twig macvim
Syntax Highlighting Guide for Atom

I am very pleased with the new editor by Github. Unfortunately it isn't exactly easy to customize it. I wanted …

editor customization syntax-highlighting atom-editor
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 …

html syntax-highlighting