Skip to content

Commit 8d6ef78

Browse files
fix: reduce gdscript dictionary size (#5053)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cb24790 commit 8d6ef78

File tree

8 files changed

+735
-1799
lines changed

8 files changed

+735
-1799
lines changed

dictionaries/filetypes/src/filetypes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ fsx
109109
fxml
110110
gdoc
111111
gdraw
112+
gdscript
112113
gemspec
113114
gform
114115
gif

dictionaries/gdscript/checksum.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
e1c63f95d9500f586ea46eba434c9eaa2e83a1d9 dict/gdscript.txt
1+
f2d4b8d440098adce19a11f35266f5fcba7b7712 dict/gdscript.txt
22
c75ad06b7d0eda1fef1b526a2f1988c6150635c0 src/gdscript-words/gdscript.txt
3-
9027040133cc391293edbfef5486a501b3ebe123 src/gdscript.txt
3+
44be9a6f30d70979e12a4dcb5f868a0ce73b32ba src/gdscript.txt

dictionaries/gdscript/cspell-tools.config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ targets:
77
split: true
88
allowedSplitWords:
99
- ../en_US/en_US.trie
10+
- ../html/dict/html.txt
1011
- ../software-terms/dict/softwareTerms.txt
12+
- ./src/gdscript-words/gdscript.txt # We can use whole words from the source file for splitting.
13+
- ./src/gdscript.txt
14+
- ./src/split-words.txt
1115
- filename: 'src/gdscript.txt'
1216
split: true
13-
allowedSplitWords:
14-
- ../en_US/en_US.trie
15-
- ../software-terms/dict/softwareTerms.txt
1617
format: 'plaintext'
1718
targetDirectory: './dict'
1819
generateNonStrict: false

dictionaries/gdscript/cspell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"import": [
1010
"./cspell-ext.json"
1111
],
12-
"words": ["mnemotic", "gdscript"]
12+
"words": ["mnemotic"]
1313
}

0 commit comments

Comments
 (0)