Skip to content

Commit

Permalink
update custom cspell settings
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Nov 5, 2024
1 parent ef7c66b commit cf4e3f5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
11 changes: 3 additions & 8 deletions .vscode/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,17 @@
"path": ".vscode/settings.json",
"bookmarks": [
{
"line": 634,
"line": 834,
"column": 1,
"label": ""
},
{
"line": 687,
"line": 887,
"column": 1,
"label": ""
},
{
"line": 719,
"column": 1,
"label": ""
},
{
"line": 985,
"line": 919,
"column": 1,
"label": ""
}
Expand Down
32 changes: 28 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,13 @@
"scope": "user",
"addWords": true
},
"dic.cryptography": {
"name": "cryptography",
"path": "~/dev/GitHub/devdict/Computer/cryptography.dic",
"description": "Dictionary of cryptographic terms",
"scope": "user",
"addWords": true
},
"dic.domains": {
"name": "domains",
"path": "~/dev/GitHub/devdict/Computer/domains.dic",
Expand Down Expand Up @@ -299,6 +306,20 @@
"scope": "user",
"addWords": false
},
"dic.english": {
"name": "english",
"path": "~/dev/GitHub/devdict/Language/english.dic",
"description": "Dictionary of English words including compound words",
"scope": "user",
"addWords": true
},
"dic.legal": {
"name": "legal",
"path": "~/dev/GitHub/devdict/Language/legal.dic",
"description": "Dictionary of English legal words",
"scope": "user",
"addWords": true
},
"dic.linux-acronyms": {
"name": "linux-acronyms",
"path": "~/dev/GitHub/devdict/Linux/linux-acronyms.dic",
Expand Down Expand Up @@ -399,6 +420,7 @@
"computer-software-names": true,
"computer-software-parameters": true,
"computer": true,
"cryptography": false,
"domains": false,
"filetypes": true,
"cpp": false,
Expand All @@ -407,13 +429,15 @@
"linuxdev": false,
"powershell": true,
"windowsdev": true,
"networking": true,
"nftables": false,
"protocols": true,
"english": false,
"legal": false,
"linux-acronyms": false,
"linux-software-names": false,
"linux-software-parameters": false,
"linux": false,
"networking": true,
"nftables": false,
"protocols": true,
"storeapps": true,
"windows-acronyms": true,
"windows-software-names": true,
Expand Down Expand Up @@ -971,7 +995,7 @@
"xml.format.preserveEmptyContent": false,
"xml.format.preserveSpace": [],
"xml.format.spaceBeforeEmptyCloseTag": true,
"xml.format.splitAttributes": false,
"xml.format.splitAttributes": "preserve",
"xml.format.splitAttributesIndentSize": 2,
"xml.format.xsiSchemaLocationSplit": "onPair",
"xml.logs.client": false,
Expand Down

0 comments on commit cf4e3f5

Please sign in to comment.