Releases: EvgeniyPeshkov/syntax-highlighter
Releases · EvgeniyPeshkov/syntax-highlighter
Syntax Highlighter v0.3.2
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
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
New programming languages:
- Ruby
Syntax Highlighter v0.2.9
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
New programming languages:
- Lua
Syntax Highlighter v0.2.7
New programming languages:
- PHP
Syntax Highlighter v0.2.6
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
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
Even better Rust
Thanks to @Geobert ones again.
Syntax Highlighter v0.2.3
Much better Rust
Huge thanks to @Geobert for contribution.