Skip to content

Commit adead7f

Browse files
jogo-bobbrow
authored andcommitted
Fix typo in README.md (#4148)
1 parent 7ff83d5 commit adead7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Themes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ Extension UI Themes
22

3-
[Semantic colorization was added to the C/C++ Extension 0.24.0]( https://devblogs.microsoft.com/cppblog/visual-studio-code-c-c-extension-july-2019-update/). By default, colorization in VS Code is syntactic/lexical and leverages TextMate grammar to associate named 'scopes' with syntactic elements. Themes and settings can be used to apply the colors associated with those scopes. Our implementation of semantic colorization leverages the same system of associating colors with named scopes. But, some tokens that can be colored by semantic colorization in C/C++ do not have existing anologs in VS Code's TextMate grammar. So, new named scopes are required. Information about these new scopes can be found [here](https://code.visualstudio.com/docs/cpp/colorization-cpp). Because these scopes are new, existing themes do not include colors for them either.
3+
[Semantic colorization was added to the C/C++ Extension 0.24.0]( https://devblogs.microsoft.com/cppblog/visual-studio-code-c-c-extension-july-2019-update/). By default, colorization in VS Code is syntactic/lexical and leverages TextMate grammar to associate named 'scopes' with syntactic elements. Themes and settings can be used to apply the colors associated with those scopes. Our implementation of semantic colorization leverages the same system of associating colors with named scopes. But, some tokens that can be colored by semantic colorization in C/C++ do not have existing analogs in VS Code's TextMate grammar. So, new named scopes are required. Information about these new scopes can be found [here](https://code.visualstudio.com/docs/cpp/colorization-cpp). Because these scopes are new, existing themes do not include colors for them either.
44

55
We created C/C++ Extension UI Themes to closely match Visual Studio themes, and include colors for many of the new scopes.
66

0 commit comments

Comments
 (0)