Skip to content

Commit

Permalink
Add more cspell exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
riotrah committed Apr 2, 2022
1 parent 4dd246d commit 63c19a3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"ahlbrecht",
"alnum",
"Alsos",
"analyse",
"analysing",
"arglist",
"arglists",
Expand All @@ -24,11 +25,14 @@
"calva",
"Calva's",
"calvapretty",
"ccls",
"chmod",
"cibuilds",
"circleci",
"clangd",
"classpath",
"cljc",
"cljd",
"cljfmt",
"cljfx",
"cljify",
Expand All @@ -44,7 +48,9 @@
"Cognitect",
"Configurability",
"cospaia",
"cpcache",
"Dallo",
"darcs",
"datafication",
"debugable",
"debugadapter",
Expand All @@ -68,10 +74,12 @@
"Elisp",
"enablement",
"enablements",
"ensime",
"entrypoint",
"errored",
"ESPACEIALLY",
"être",
"eunit",
"eval",
"evals",
"falsesomething",
Expand All @@ -82,6 +90,7 @@
"filipe",
"fipp",
"foob",
"fslckout",
"FUBAR",
"gifs",
"Girardi",
Expand Down Expand Up @@ -139,6 +148,7 @@
"parinfer",
"pidfile",
"piggieback",
"pijul",
"polyrepos",
"postrelease",
"pprint",
Expand Down Expand Up @@ -189,6 +199,7 @@
"unpromote",
"unpromoted",
"unsets",
"uuidv",
"visibles",
"vsce",
"vscodevim",
Expand Down Expand Up @@ -233,5 +244,12 @@
"cljsLaunchBuilds": [":calva-lib", ":test"]
}
}
]
],
"workbench.colorCustomizations": {
"sash.hoverBorder": "#ea9f6e",
"titleBar.activeBackground": "#e48141",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#e4814199",
"titleBar.inactiveForeground": "#15202b99"
}
}

0 comments on commit 63c19a3

Please sign in to comment.