Skip to content

Commit

Permalink
Sample cSpell.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Dent authored and Jason Dent committed Jan 11, 2017
1 parent c08fc02 commit 56accab
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
30 changes: 30 additions & 0 deletions cSpell.json
@@ -0,0 +1,30 @@
// cSpell Settings
{
// Version of the setting file. Always 0.1
"version": "0.1",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": [
"hte"
],
"ignoreWords": [],
"dictionaryDefinitions": [
{
"name": "cities",
"path": "./sampleDictionaries/cities.txt"
}
],
"dictionaries": ["cities"],
"languageSettings": [
{
"languageId": "*",
"dictionaries": []
}
]
}
8 changes: 8 additions & 0 deletions sampleDictionaries/cities.txt
@@ -0,0 +1,8 @@
New York
New Amsterdam
Las Angles
San Francisco
New Delhi
Mexico City
London
Paris

0 comments on commit 56accab

Please sign in to comment.