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.

Inline Code in DokuWiki

I'm looking for a way to include code as part of a paragraph in DokuWiki like I can by adding …

syntax-highlighting wiki markup inline-code dokuwiki
Ace Code Editor Set Language Dynamically

I'm attempting to implement Ace Code Editor with a drop down to select the language. My drop down has an …

javascript jquery syntax-highlighting ace-editor
CodeMirror . Disabling Vertical scroll bar

I am currently using CodeMirror to edit CODE in text area in browser. If i have more than 20 lines of …

javascript syntax-highlighting codemirror
How to change Notepad++ syntax highlighting on typescript template string

While using Notepad++ to write a template string in Typescript, when I have focus on the template string, the string …

typescript notepad++ syntax-highlighting template-strings
Vim inconsistently syntax highlighting bash files

When I open some bash script files with vim it sometimes identifies them as conf files, that's okay, I can …

vim syntax-highlighting vim-syntax-highlighting
Dynamically update syntax highlighting mode rules for the Ace Editor

Totally new to ace editor dev, to dynamically add additional rules to a mode file for syntax highlighting I'm doing …

javascript requirejs syntax-highlighting ace-editor
CodeMirror Dynamic Syntax Validation

Been trying to decide between using CodeMirror or Ace editor. I've been leaning towards CodeMirror, however there's one feature of …

javascript validation syntax-highlighting codemirror ace-editor
PHP syntax highlighting for .html files in Brackets.io Editor

I work with a templating engine which is powered by .html template files. These templates also allow the use of …

php syntax-highlighting adobe-brackets
What is the best way to implement syntax highlighting of source code in Cocoa?

I'm working on Cocoa Application that should be able to analyze and highlight a source code written in such languages …

objective-c cocoa syntax-highlighting nstextview
vim's current highlighed language

How to know which programming language is set for highlighting the syntax in vim. I can set the language by "…

vim syntax-highlighting