Skip to content

Commit

Permalink
fix!: Remove cancelation from node dict (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 15, 2024
1 parent d5ee05d commit 63f6e7d
Show file tree
Hide file tree
Showing 9 changed files with 784 additions and 1,905 deletions.
4 changes: 4 additions & 0 deletions dictionaries/node/checksum.txt
@@ -0,0 +1,4 @@
181c7c5eb4e1b8ef77e78dfbb76f3b69eee598a6 dict/node.txt
2b19dffe6c5a410a612cc314e34aeacf13cd917a src/additional_words.txt
d9616cf2cb9ed4e77ef6bfaa0d092d44e915205f src/exclude_words.txt
e1c082c9b233ef3dd93658e083d140a794112caa src/node.txt
18 changes: 18 additions & 0 deletions dictionaries/node/cspell-tools.config.yaml
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-tools/cspell-tools.config.schema.json

$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-tools/cspell-tools.config.schema.json
targets:
- name: node
targetDirectory: dict
compress: false
format: plaintext
sources:
- filename: src/node.txt
split: true
allowedSplitWords:
- ../en_US/en_US.trie
- src/additional_words.txt
excludeWordsFrom:
- src/exclude_words.txt
sort: true
checksumFile: true
1 change: 1 addition & 0 deletions dictionaries/node/cspell.json
Expand Up @@ -2,6 +2,7 @@
"files": ["**/*.{md,txt}"],
"dictionaries": ["node"],
"ignoreWords": ["mdash"],
"ignorePaths": ["src/*.txt"],
"import": ["./cspell-ext.json"],
"overrides": [
{
Expand Down

0 comments on commit 63f6e7d

Please sign in to comment.