Skip to content

Commit 941bb79

Browse files
chore: Update README.md (#5083)
1 parent 748459f commit 941bb79

File tree

9 files changed

+50
-30
lines changed

9 files changed

+50
-30
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
177177
| [@cspell/dict-city-names-finland](./dictionaries/city-names-finland#readme) | Cities of Finland | city-names-finland<sup>2</sup> |
178178
| [@cspell/dict-clojure](./dictionaries/clojure#readme) | Clojure | clojure |
179179
| [@cspell/dict-companies](./dictionaries/companies#readme)<sup>1</sup> | Company names | companies<sup>2</sup> |
180-
| [@cspell/dict-cpp](./dictionaries/cpp#readme)<sup>1</sup> | C/C++ | cpp-legacy<br>cpp<br>cpp-refined |
180+
| [@cspell/dict-cpp](./dictionaries/cpp#readme)<sup>1</sup> | C/C++ | cpp-legacy<br>cpp<br>cpp-compound-words<br>cpp-refined |
181181
| [@cspell/dict-cryptocurrencies](./dictionaries/cryptocurrencies#readme)<sup>1</sup> | Cryptocurrencies | cryptocurrencies<sup>2</sup><br>cryptocurrencies-legacy |
182182
| [@cspell/dict-cs-cz](./dictionaries/cs_CZ#readme) | Czech | cs-cz |
183183
| [@cspell/dict-csharp](./dictionaries/csharp#readme)<sup>1</sup> | C# | csharp |
@@ -315,6 +315,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
315315
| [`companies`](dictionaries/companies) <sup>1</sup> <sup>2</sup> | Company names dictionary. | | |
316316
| [`computing-acronyms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common acronyms related to computing. | | |
317317
| [`cpp`](dictionaries/cpp) <sup>1</sup> | C/C++ Keywords and common library functions. | - | c<br>cpp |
318+
| [`cpp-compound-words`](dictionaries/cpp) <sup>1</sup> | C/C++ Common word compounds. | - | c<br>cpp |
318319
| [`cpp-legacy`](dictionaries/cpp) <sup>1</sup> | Legacy C/C++ Keywords and common library functions. | - | c<br>cpp |
319320
| [`cpp-refined`](dictionaries/cpp) <sup>1</sup> | Refined list of C/C++ Keywords and common library functions. | - | c<br>cpp |
320321
| [`cryptocurrencies`](dictionaries/cryptocurrencies) <sup>1</sup> <sup>2</sup> | Cryptocurrencies dictionary. | | |

dictionaries/cpp/README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
6060
dictionaries:
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dictionaries:
22
- cpp-legacy
33
- cpp
4+
- cpp-compound-words
45
- cpp-refined
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"dictionaries": ["cpp-legacy", "cpp", "cpp-refined"]
2+
"dictionaries": ["cpp-legacy", "cpp", "cpp-compound-words", "cpp-refined"]
33
}

dictionaries/cpp/static/install.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add the following to your VSCode settings:
1313

1414
```jsonc
1515
{
16-
"cSpell.dictionaries": ["cpp-legacy", "cpp", "cpp-refined"],
16+
"cSpell.dictionaries": ["cpp-legacy", "cpp", "cpp-compound-words", "cpp-refined"],
1717
}
1818
```
1919

@@ -26,7 +26,7 @@ Add the following to your VSCode settings:
2626

2727
```jsonc
2828
{
29-
"dictionaries": ["cpp-legacy", "cpp", "cpp-refined"],
29+
"dictionaries": ["cpp-legacy", "cpp", "cpp-compound-words", "cpp-refined"],
3030
}
3131
```
3232

@@ -41,6 +41,7 @@ Add the following to your VSCode settings:
4141
dictionaries:
4242
- cpp-legacy
4343
- cpp
44+
- cpp-compound-words
4445
- cpp-refined
4546
```
4647
@@ -52,16 +53,18 @@ dictionaries:
5253
5354
## Dictionary Information
5455
55-
| Name | Enabled | Description |
56-
| ------------- | ------- | ------------------------------------------------------------ |
57-
| `cpp-legacy` | | Legacy C/C++ Keywords and common library functions. |
58-
| `cpp` | | C/C++ Keywords and common library functions. |
59-
| `cpp-refined` | | Refined list of C/C++ Keywords and common library functions. |
56+
| Name | Enabled | Description |
57+
| -------------------- | ------- | ------------------------------------------------------------ |
58+
| `cpp-legacy` | | Legacy C/C++ Keywords and common library functions. |
59+
| `cpp` | | C/C++ Keywords and common library functions. |
60+
| `cpp-compound-words` | | C/C++ Common word compounds. |
61+
| `cpp-refined` | | Refined list of C/C++ Keywords and common library functions. |
6062

6163
## Language Settings
6264

63-
| Name | Locale | File Type |
64-
| ------------- | ------ | ---------- |
65-
| `cpp-legacy` | `*` | `c`, `cpp` |
66-
| `cpp` | `*` | `c`, `cpp` |
67-
| `cpp-refined` | `*` | `c`, `cpp` |
65+
| Name | Locale | File Type |
66+
| -------------------- | ------ | ---------- |
67+
| `cpp-legacy` | `*` | `c`, `cpp` |
68+
| `cpp` | `*` | `c`, `cpp` |
69+
| `cpp-compound-words` | `*` | `c`, `cpp` |
70+
| `cpp-refined` | `*` | `c`, `cpp` |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"cSpell.dictionaries": ["cpp-legacy", "cpp", "cpp-refined"]
2+
"cSpell.dictionaries": ["cpp-legacy", "cpp", "cpp-compound-words", "cpp-refined"]
33
}

static/contributors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
"login": "Jason3S",
627627
"html_url": "https://github.com/Jason3S",
628628
"avatar_url": "https://avatars.githubusercontent.com/u/3740137?v=4",
629-
"contributions": 1525,
629+
"contributions": 1526,
630630
"type": "User"
631631
},
632632
{
@@ -738,7 +738,7 @@
738738
"login": "kenji-miyake",
739739
"html_url": "https://github.com/kenji-miyake",
740740
"avatar_url": "https://avatars.githubusercontent.com/u/31987104?v=4",
741-
"contributions": 36,
741+
"contributions": 38,
742742
"type": "User"
743743
},
744744
{

static/dictionary-packages.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,17 @@
263263
}
264264
]
265265
},
266+
{
267+
"name": "cpp-compound-words",
268+
"description": "C/C++ Common word compounds.",
269+
"fileTypes": ["c", "cpp"],
270+
"localeFileTypes": [
271+
{
272+
"locale": "*",
273+
"fileType": "c, cpp"
274+
}
275+
]
276+
},
266277
{
267278
"name": "cpp-refined",
268279
"description": "Refined list of C/C++ Keywords and common library functions.",

static/dictionary-packages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
| [@cspell/dict-city-names-finland](./dictionaries/city-names-finland#readme) | Cities of Finland | city-names-finland<sup>2</sup> |
158158
| [@cspell/dict-clojure](./dictionaries/clojure#readme) | Clojure | clojure |
159159
| [@cspell/dict-companies](./dictionaries/companies#readme)<sup>1</sup> | Company names | companies<sup>2</sup> |
160-
| [@cspell/dict-cpp](./dictionaries/cpp#readme)<sup>1</sup> | C/C++ | cpp-legacy<br>cpp<br>cpp-refined |
160+
| [@cspell/dict-cpp](./dictionaries/cpp#readme)<sup>1</sup> | C/C++ | cpp-legacy<br>cpp<br>cpp-compound-words<br>cpp-refined |
161161
| [@cspell/dict-cryptocurrencies](./dictionaries/cryptocurrencies#readme)<sup>1</sup> | Cryptocurrencies | cryptocurrencies<sup>2</sup><br>cryptocurrencies-legacy |
162162
| [@cspell/dict-cs-cz](./dictionaries/cs_CZ#readme) | Czech | cs-cz |
163163
| [@cspell/dict-csharp](./dictionaries/csharp#readme)<sup>1</sup> | C# | csharp |
@@ -295,6 +295,7 @@
295295
| [`companies`](dictionaries/companies) <sup>1</sup> <sup>2</sup> | Company names dictionary. | | |
296296
| [`computing-acronyms`](dictionaries/software-terms) <sup>1</sup> <sup>2</sup> | Common acronyms related to computing. | | |
297297
| [`cpp`](dictionaries/cpp) <sup>1</sup> | C/C++ Keywords and common library functions. | - | c<br>cpp |
298+
| [`cpp-compound-words`](dictionaries/cpp) <sup>1</sup> | C/C++ Common word compounds. | - | c<br>cpp |
298299
| [`cpp-legacy`](dictionaries/cpp) <sup>1</sup> | Legacy C/C++ Keywords and common library functions. | - | c<br>cpp |
299300
| [`cpp-refined`](dictionaries/cpp) <sup>1</sup> | Refined list of C/C++ Keywords and common library functions. | - | c<br>cpp |
300301
| [`cryptocurrencies`](dictionaries/cryptocurrencies) <sup>1</sup> <sup>2</sup> | Cryptocurrencies dictionary. | | |

0 commit comments

Comments
 (0)