All notable changes to the "syntax highlight" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- no feature update.
- a new version is woking on the way.
- (beta theme) update vscode default highlight file.
- (beta theme) add semantic highlight support.
- (beta theme) set highlight :
entity.name.type.interface
to all interface and make sure behavioral consistency with semantic highlight.
- (beta theme) set highlight :
variable.other.link.underline
to JSDoc underline link and make sure behavioral consistency with other underline link.
- set default theme to beta version.
- (beta theme) add
meta.jsx.children
support for React and others.
- set default theme to beta version.
- (beta theme) add
meta.jsx.children
support for React and others.
- (beta theme) HTML test file in
\Documents\html.html
. - (beta theme) XML test file in
\Documents\xml.xml
.
- (beta theme) fix javascript and css highlight.
- (beta theme) C++ test file in
\Documents\cpp.cpp
. - (beta theme) Python test file in
\Documents\python.py
.
- (beta theme) fix javascript and typescript highlight.
- (beta theme) Changed some color design.
- (beta theme) Markdown test file in
\Documents\markdown.md
.
- (beta theme) Markdown highlighting fix.
- A new theme
Now you can choose a beta test theme
Syntax Material Dark Level 1 (beta)
directly. It supports most languages that VSCode supports now. - most languages support(with beta theme).
- A tool that generate language scopes.
- no feature update. rewrite some files.
- a new version with most language support(vsc official supports) will release soon.
-
ms-vscode.cpptools
:enhancedColorization
compatibility.
- Lua support.
- set highlight :
variable.parameter.function.lua
for better looking, but vscode parser doesn't support this correctly now.
- Python support.
- Markdown highlight bug.
- change highlight :
text.html.markdown
fromto
, the default text color.
- change highlight : Markdown
punctuation.definition.raw
fromto
, more clearly.
- set highlight :
meta.function-call.arguments
,variable.parameter.function
, because of the limitations of vscode parser (doesn't support now).