Skip to content

Commit

Permalink
update cspell config
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Jan 13, 2019
1 parent 8548038 commit 5e18274
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "0.1",
"language": "en",
"words": [
"readthedoc",
"Docsnt",
"wikisnt",
"Erhu",
"snowme",
"snowme34"
],
"flagWords": [
"hte"
],
"ignorePaths": ["node_modules/**", "/blog/source/_posts/re-rebuild-note.md"],
"dictionaryDefinitions": [
{
"name": "bash",
"path": "./cspell_dict_bash.txt"
}
],
"dictionaries": [
"bash",
"en_US", "companies", "softwareTerms", "misc",
"go", "python", "powershell", "html", "css", "cpp",
"filetypes", "npm"],
"languageSettings": [
{
"languageId": "*",
"dictionaries": []
}
]
}
Empty file added cspell_dict_bash.txt
Empty file.

0 comments on commit 5e18274

Please sign in to comment.