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.

Eclipse syntax highlighting: trying to specify it for a new file extension, and it's not working

I'm working with Eclipse/PHP and just starting with Drupal 7, which needs me to use PHP files of extension .test. …

php eclipse syntax-highlighting drupal-7
WebStorm and PHP syntax highlighting in WebStorm

I have WebStorm and really like it. I don't use PHP very often, but I'm working on a project that …

syntax-highlighting webstorm textmatebundles
How to reinitialize highlight.js?

My website is generating some content dynamically, so I have to somehow launch the highlight.js plugin again after loading …

syntax-highlighting highlightjs
How do I: Visual Studio Syntax Highlighting Extension

I want to develop an extension for VS2010 that will allow me make some additional features to syntax-highlighting. I installed …

visual-studio-2010 syntax-highlighting mef vsix
Inline Syntax Highlighting in MediaWiki

Is there any MediaWiki extension that supports inline syntax highlighting? (i.e. with support for code snippets embedded within regular …

syntax-highlighting mediawiki
Ace Editor in PHP Web App

I am making a small web app that allows users to submit html, css and javascript content via Ace Editor. …

php javascript syntax-highlighting ace-editor
syntax highlighting code in Reveal.js how to?

I cloned reveal.js's git repo, copied the js,css,plugin and lib directories to /my-home-dir/ and created a sample …

javascript syntax-highlighting reveal.js
VIM highlight matching begin/end

I'm trying to find a plugin that will highlight the matching begin/end statements with Verilog. VIM has it working …

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

clojure colors syntax-highlighting read-eval-print-loop
React Editable Text Component with Custom Syntax Highlighting Support

Good evening all, I need an editable textarea-like component for my React project that supports custom syntax highlighting, preferably with …

reactjs syntax-highlighting cson