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.

PyScripter - change highlighting options/color scheme Python

Just wondering if anyone else is using PyScripter as a Python editing app. I've been runnign my python IDLE in …

python syntax-highlighting pyscripter
Which text editor supports syntax highlighting for Wiki code?

Does any text editor (such as Notepad++) syntax highlight MediaWiki code? This might not be strictly programming related though the …

ide editor wiki syntax-highlighting mediawiki
vim syntax highlight improve performance

How do I improve performance when I'm scrolling my files and coding them? With syntax highlighting, vim is so slow. …

vim syntax-highlighting vi
VIM Colorschemes in Screen & PuTTy?

I've been trying to get colourschemes to work properly in VIM when using it over ssh with PuTTy as a …

vim syntax-highlighting color-scheme putty gnu-screen
Kotlin: Why are most variables underlined in Android Studio and how do I turn that off?

I wanted to know why most variables in Kotlin are underlined. Some files contain a lot of underlining which is …

android-studio syntax-highlighting kotlin
highlight.js does not work with Angular 2

I am trying to add syntax highlighting to my application using highlight.js but it doesn't seem to work with …

angular syntax-highlighting highlight.js
Github markdown, syntax highlight of code blocks in the table cell

Markdown has pipe table syntax but it's not enough for some cases. | table | syntax | without multiline cell content | So, we …

github html-table markdown syntax-highlighting github-flavored-markdown
Add syntax highlighting to gh-pages

Is there an easy way to add syntax highlighting to my various plugin's gh-pages using github's Pygments? I know that …

github syntax-highlighting github-pages
How to automatically pick a "mode" for Ace Editor, given a file extension

I'm working on a project that uses a java/scala backend (Lift, to be precise, though that shouldn't affect this …

javascript syntax-highlighting ace-editor
RichTextBox syntax highlighting in real time--Disabling the repaint

I'm creating a function that takes a RichTextBox and has access to a list of keywords & 'badwords'. I need …

c# graphics richtextbox syntax-highlighting