Skip to content

Commit

Permalink
fix: ES use better storage method. (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 25, 2021
1 parent bc9ae8d commit 1329296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dictionaries/es_ES/Spanish.trie.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dictionaries/es_ES/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"./cspell-ext.json": "./cspell-ext.json"
},
"scripts": {
"build": "cspell-tools-cli compile-trie \"src/hunspell/Spanish.dic\" -o .",
"build": "cspell-tools-cli compile --trie3 -x=compound \"src/hunspell/Spanish.dic\" -o .",
"test": "hunspell-reader words -n 1000 \"src/hunspell/Spanish.dic\" | cspell -v -c ./cspell-ext.json --local=es --languageId=* stdin",
"prepublishOnly": "yarn test"
},
Expand Down

0 comments on commit 1329296

Please sign in to comment.