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.

How can I enable auto complete support in Notepad++?

I am trying to add simple syntax highlighting and auto completion for a simple scripting language... I added syntax highlighting …

autocomplete syntax-highlighting notepad++
Copy Notepad++ text with formatting?

I'm using Notepad++ to write code. How do I copy code in Notepad++ along with its formatting to paste into …

notepad++ syntax-highlighting
Change / Add syntax highlighting for a language in Sublime 2/3

I want to change / add syntax highlighting for a language in Sublime 2/3. For example I want the keyword this colored …

syntax-highlighting sublimetext3
Set language for syntax highlighting in Visual Studio Code

Before the confusion begins, this question is about Code, the new lightweight Visual Studio Editor. You can get it from …

editor syntax-highlighting visual-studio-code
How To Format A Block of Code Within a Presentation?

I am preparing a presentation using Google Slides, though I can also work on the presentation within Open Office that …

syntax-highlighting openoffice.org google-docs presentation
How to customise file type to syntax associations in Sublime Text?

I'd like Sublime 2 editor to treat *.sbt files (to highlight syntax) as Scala language, same as *.scala, but I can't …

syntax-highlighting sublimetext
Syntax highlighting/colorizing cat

Is there a method to colorize the output of cat, the way grep does. For grep, in most consoles it …

unix syntax-highlighting color-scheme
Source code highlighting in LaTeX

I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases …

latex syntax-highlighting pygments
Change font color for comments in vim

I'd like to change the default font color for comments which is dark blue to slightly yellow color. It is …

syntax-highlighting vim
How to force vim to syntax-highlight a file as html?

How do I set vim's syntax highlighting to treat a file extension as an html file? I'm using ez template, …

html syntax-highlighting vim