Skip to content

Commit

Permalink
Added custom dictionaries for MDM and macOS terms
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Apr 22, 2024
1 parent e0c1087 commit d170f54
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 27 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
"material-icon-theme.files.associations": {
".markdownlintrc": "Settings",
"cspell.json": "Settings"
},
"material-icon-theme.folders.associations": {
"dicts": "Docs"
}
}
50 changes: 23 additions & 27 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,38 @@
{
"version": "0.2",
"ignorePaths": [".prettierrc*", ".vscode/*", "*.lock", "node_modules/"],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"Addigy",
"AppleScript",
"dgrdev",
"Jamf",
"iCal",
"Intune",
"Kandji",
"LaunchServices",
"LSRegister",
"Mosyle",
"MSDA",
"Munki",
"Sonoma",
"UTI",
"WebCal"
"dictionaryDefinitions": [
{
"name": "macOS",
"description": "macOS terms and concepts.",
"path": "./dicts/macOS.txt"
},
{
"name": "MDMs",
"description": "Mobile Device Management (MDM) solution terms and concepts.",
"path": "./dicts/MDMs.txt"
}
],
"dictionaries": [
"bash",
"filetypes",
"macOS",
"MDMs",
"misc",
"node",
"npm",
"typescript"
],
"words": ["dgrdev", "MSDA"],
"ignoreWords": [
"argparse",
"assocs",
"bools",
"cryptexes",
"edgemac",
"linebreak",
"lproj",
"mdfind",
"osascript",
"preboot",
"shellcheck",
"shtm",
"targendaz2",
"trivago",
"tseslint",
"utis"
"tseslint"
],
"import": []
}
6 changes: 6 additions & 0 deletions dicts/MDMs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Addigy
Intune
Jamf
Kandji
Mosyle
Munki
12 changes: 12 additions & 0 deletions dicts/macOS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
AppleScript
cryptexes
iCal
LaunchServices
LSRegister
mdfind
osascript
preboot
Sonoma
UTI
UTIs
WebCal

0 comments on commit d170f54

Please sign in to comment.