From 083abce627a0ebf3f5ed88170c167b9c50882a70 Mon Sep 17 00:00:00 2001 From: Vitalii Perehonchuk Date: Sun, 29 Dec 2024 13:12:22 +0200 Subject: [PATCH] feat: cspell setup --- .vscode/cspell.json | 41 +++++++++++++++++++++++++++++++++++++++ uk_spelling_additions.txt | 2 ++ 2 files changed, 43 insertions(+) create mode 100644 .vscode/cspell.json create mode 100644 uk_spelling_additions.txt diff --git a/.vscode/cspell.json b/.vscode/cspell.json new file mode 100644 index 0000000..74f8a22 --- /dev/null +++ b/.vscode/cspell.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json", + "version": "0.2", + "language": "en-US,uk", + "languageId": "*", + "dictionaries": [ + "bash", + "css", + "filetypes", + "fullstack", + "html", + "latex", + "markdown", + "node", + "npm", + // "project-words", + "spelling-additions", + // "ignore-additions", + "softwareTerms", + "typescript" + ], + "ignorePaths": [".vscode/cspell.json", ".vscode/extensions.json", "/*.txt"], + "allowCompoundWords": true, + "dictionaryDefinitions": [ + { + "name": "spelling-additions", + "path": "../uk_spelling_additions.txt", + "addWords": true + } + // { + // "name": "ignore-additions", + // "path": "../uk_ignore_additions.txt", + // "addWords": true + // }, + // { + // "name": "project-words", + // "path": "../en_spelling_additions.txt", + // "addWords": true + // } + ] +} diff --git a/uk_spelling_additions.txt b/uk_spelling_additions.txt new file mode 100644 index 0000000..9c03bd9 --- /dev/null +++ b/uk_spelling_additions.txt @@ -0,0 +1,2 @@ +коміт +комітів \ No newline at end of file