@cspell/dict-bash
Advanced tools
Comparing version 1.0.18 to 2.0.0
@@ -6,2 +6,3 @@ // cSpell Settings | ||
"description": "Bash dictionary for cspell.", | ||
"readonly": true, | ||
// List of dictionary files to add to the global list of dictionaries | ||
@@ -11,3 +12,3 @@ "dictionaryDefinitions": [ | ||
"name": "bash", | ||
"file": "./bash-words.txt.gz", | ||
"path": "./bash-words.txt.gz", | ||
"description": "Bash dictionary for cspell." | ||
@@ -28,3 +29,3 @@ } | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
"local": "*", | ||
"locale": "*", | ||
// By default the whole text of a file is included for spell checking | ||
@@ -41,3 +42,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"dictionaries": ["bash"], | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match. | ||
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match. | ||
"dictionaryDefinitions": [] | ||
@@ -44,0 +45,0 @@ } |
{ | ||
"name": "@cspell/dict-bash", | ||
"version": "1.0.18", | ||
"version": "2.0.0", | ||
"description": "Bash dictionary for cspell.", | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "9e3674306f08bbb0c68df1a1c67628bf7ca8869b" | ||
"gitHead": "52d94cb3280b14865569ee87553d2e0ddbb9ada6" | ||
} |
5200
43