Skip to content

Releases: EvgeniyPeshkov/syntax-highlighter

Syntax Highlighter v0.3.2

12 Jun 22:27
Compare
Choose a tag to compare

Changes:

  • Go: highlighting of punctuation
  • Go: highlighting of [ and ]
  • Go: highlighting of &^ and &^= operators
  • Demo for Go in README.md

Syntax Highlighter v0.3.1

10 Jun 15:28
Compare
Choose a tag to compare

Changes:

  • Demo of {Syntax Highlighter} in README.md
  • C++: noexcept keyword is highlighted
  • C++: definition of operator (e.g. operator!()) is highlighted
  • C++: default is highlighted as modifier instead of control

Syntax Highlighter v0.3.0

07 Jun 11:30
Compare
Choose a tag to compare

New programming languages:

  • Ruby

Syntax Highlighter v0.2.9

05 Jun 10:24
Compare
Choose a tag to compare

Changes:

  • Fix corruption of highlighting on multi-line edits (including formatting and renaming)
  • syntax.highlightComment setting to optionally disable highlighting of comments
  • Update dependency packages

Syntax Highlighter v0.2.8

04 Jun 16:52
Compare
Choose a tag to compare

New programming languages:

  • Lua

Syntax Highlighter v0.2.7

04 Jun 16:52
Compare
Choose a tag to compare

New programming languages:

  • PHP

Syntax Highlighter v0.2.6

04 Jun 16:51
Compare
Choose a tag to compare

Changes:

  • More consistent names of syntax terms
  • Internal improvements

!!!Attention!!!

This release changes names of some syntax terms.
I apologize to all current users, who has already tuned colors, for this inconvenience.
Please rename {Syntax Highlighter} colors in settings.json the following way:

  • "syntax.namespace" -> "syntax.scope"
  • "syntax.keyword_constant" -> "syntax.constant"
  • "syntax.keyword_directive" -> "syntax.directive"
  • "syntax.keyword_control" -> "syntax.control"
  • "syntax.keyword_operator" -> "syntax.operator"
  • "syntax.storage_modifier" -> "syntax.modifier"

Syntax Highlighter v0.2.5

29 May 21:45
Compare
Choose a tag to compare

Fixed bugs:

  • Terms like directives and operators stopped to be colored by {Syntax Highlighter}
  • Highlighting is not updated in editors, opened on startup, until switch tab

Syntax Highlighter v0.2.4

29 May 16:44
Compare
Choose a tag to compare

Even better Rust

Thanks to @Geobert ones again.

Syntax Highlighter v0.2.3

29 May 16:43
Compare
Choose a tag to compare

Much better Rust

Huge thanks to @Geobert for contribution.