@@ -32,7 +32,7 @@ Add the following to your VSCode settings:
3232
3333``` jsonc
3434{
35- " cSpell.dictionaries" : [" cpp-legacy" , " cpp" , " cpp-refined" ],
35+ " cSpell.dictionaries" : [" cpp-legacy" , " cpp" , " cpp-compound-words " , " cpp- refined" ],
3636}
3737```
3838
@@ -45,7 +45,7 @@ Add the following to your VSCode settings:
4545
4646``` jsonc
4747{
48- " dictionaries" : [" cpp-legacy" , " cpp" , " cpp-refined" ],
48+ " dictionaries" : [" cpp-legacy" , " cpp" , " cpp-compound-words " , " cpp- refined" ],
4949}
5050```
5151
@@ -60,6 +60,7 @@ Add the following to your VSCode settings:
6060dictionaries :
6161 - cpp-legacy
6262 - cpp
63+ - cpp-compound-words
6364 - cpp-refined
6465` ` `
6566
@@ -71,19 +72,21 @@ dictionaries:
7172
7273## Dictionary Information
7374
74- | Name | Enabled | Description |
75- | ------------- | ------- | ------------------------------------------------------------ |
76- | ` cpp-legacy` | | Legacy C/C++ Keywords and common library functions. |
77- | `cpp` | | C/C++ Keywords and common library functions. |
78- | `cpp-refined` | | Refined list of C/C++ Keywords and common library functions. |
75+ | Name | Enabled | Description |
76+ | -------------------- | ------- | ------------------------------------------------------------ |
77+ | ` cpp-legacy` | | Legacy C/C++ Keywords and common library functions. |
78+ | `cpp` | | C/C++ Keywords and common library functions. |
79+ | `cpp-compound-words` | | C/C++ Common word compounds. |
80+ | `cpp-refined` | | Refined list of C/C++ Keywords and common library functions. |
7981
8082# # Language Settings
8183
82- | Name | Locale | File Type |
83- | ------------- | ------ | ---------- |
84- | `cpp-legacy` | `*` | `c`, `cpp` |
85- | `cpp` | `*` | `c`, `cpp` |
86- | `cpp-refined` | `*` | `c`, `cpp` |
84+ | Name | Locale | File Type |
85+ | -------------------- | ------ | ---------- |
86+ | `cpp-legacy` | `*` | `c`, `cpp` |
87+ | `cpp` | `*` | `c`, `cpp` |
88+ | `cpp-compound-words` | `*` | `c`, `cpp` |
89+ | `cpp-refined` | `*` | `c`, `cpp` |
8790
8891<!--- @@inject-end : ./static/install.md --->
8992
0 commit comments