Questions tagged [syntax-highlighting]

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.

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. For example, any given language will have certain repeating elements like strings, variables, functions or other keywords that can be color-coded to improve readability. It is used to identify syntax errors in the code and to make reading the code more visually appealing.

3594 questions
2
votes
0 answers

Is there a syntax theme in atom-editor similar to jsbin midnight?

I am looking for a atom-editor syntax theme similar to jsbin midnight theme but having a tough time finding one. Any suggestions would be great. Thanks!!!
Blah blah
  • 394
  • 2
  • 15
2
votes
0 answers

Sublime Text Syntax highlithing JS in PHP

Hy there, Since several days, the Syntax Highlighting in Sublime Text seems a bit messed up. Without the it's how it should be: Does anybody know a solution?
Nico Martin
  • 1,268
  • 1
  • 14
  • 23
2
votes
0 answers

Markdown Syntax highlighting in Atom - bolding/italicizing partial words

In Atom editor, if I do this: I only want to bold **t**he **f**irst **l**etter, or italicise in the m_iddl_e of a w_or_d I can't. The bolding and italicizing don't start and stop in the right place. (I don't know if this partial-word markup is…
Adam Michael Wood
  • 1,730
  • 16
  • 23
2
votes
2 answers

Inline ES6 Scripts in Intellij IDEA and WebStorm without type attribute

Is there any way to make IntelliJ IDEA to support ECMAScript-6 syntax in inlined tags without specifying