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.

Custom syntax highlighting in Geany

I am trying to create custom syntax highlighting for Kivy '.kv' files in the Geany editor. Although the specific …

syntax-highlighting geany kivy
Anyone found a PowerShell Syntax highlighting or IntelliSense plugin for Visual Studio?

Has anyone found a plugin for Visual Studio to allow for PowerShell syntax highlighting or IntelliSense? If not, does anyone …

visual-studio powershell plugins intellisense syntax-highlighting
Making Eclipse view different file extensions as PHP

I have several file extensions, like .module, that I would like to be understood by Eclipse to be PHP - …

php eclipse ide syntax-highlighting
Markdown syntax highlighting in SciTE/Notepad++

I'm looking for a .properties file for Markdown syntax in SciTE. Is it possible? A partial highlighter would do, otherwise.

syntax-highlighting markdown scite
How to turn OFF (or at least override) syntax highlighting in nano via ~/.nanorc?

I am struggling finding a clear answer on disabling or overriding the color settings for the nano editor. By default …

linux syntax-highlighting text-editor color-scheme nano
Add syntax highlighting to .less-files in NetBeans

I want to have files with a .less extension use the CSS syntax highlighting in NetBeans, and I don't have …

css netbeans syntax-highlighting less
PHP syntax highlighting in Visual Web Developer?

I recently installed PHP 5 on IIS, however, I am unable to find a PHP syntax highlighting plug-in or extension for …

php syntax-highlighting visual-studio-express visual-web-developer vwdexpress
Syntax highlighting within #+begin_src block in emacs orgmode not working

I have tried many different languages and copied various examples, but none of my code blocks within orgmode get syntax …

emacs syntax-highlighting org-mode
Writing a syntax highlighter

I was hoping to write my own syntax highlighter for a summer project I am thinking of working on but …

regex actionscript-3 syntax-highlighting
Way to highlight code in textarea with jquery?

Is there any good and logical ways to highlight code inside textarea via jQuery? If there is, please share.

jquery syntax-highlighting codehighlighter