Skip to content

Commit

Permalink
Use PHP from cspell-dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 25, 2017
1 parent da2e940 commit a7771e8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 17 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## [un-released]
- Migrate PHP dictionary file to [cspell-dict](https://github.com/Jason3S/cspell-dicts)

## 1.10.4
- Improved support for compound word suggestions.
- Sped up suggestions on large compound words by a factor of 10x.
Expand Down
3 changes: 2 additions & 1 deletion config/cspell-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"node_modules/cspell-dict-en-gb/cspell-ext.json",
"node_modules/cspell-dict-golang/cspell-ext.json",
"node_modules/cspell-dict-django/cspell-ext.json",
"node_modules/cspell-dict-python/cspell-ext.json"
"node_modules/cspell-dict-python/cspell-ext.json",
"node_modules/cspell-dict-php/cspell-ext.json"
]
}
File renamed without changes.
38 changes: 23 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,15 @@
"cspell-dict-en-gb": "^1.1.0",
"cspell-dict-en_us": "^1.2.0",
"cspell-dict-golang": "^1.1.2",
"cspell-dict-php": "^1.0.2",
"cspell-dict-python": "^1.0.2",
"cspell-lib": "^1.0.2",
"cspell-trie": "^1.6.12",
"fs-extra": "^3.0.0",
"gensequence": "^2.1.1",
"glob": "^7.1.2",
"minimatch": "^3.0.4",
"rxjs": "^5.5.0",
"rxjs": "^5.5.2",
"rxjs-from-iterable": "^1.0.5",
"vscode-uri": "^1.0.1",
"xregexp": "^3.2.0"
Expand Down

0 comments on commit a7771e8

Please sign in to comment.