@cspell/dict-java
Advanced tools
Comparing version 1.0.23 to 2.0.0
@@ -6,2 +6,3 @@ // cSpell Settings | ||
"description": "Java dictionary for cspell.", | ||
"readonly": true, | ||
// List of dictionary files to add to the global list of dictionaries | ||
@@ -11,3 +12,3 @@ "dictionaryDefinitions": [ | ||
"name": "java", | ||
"file": "./java.txt.gz", | ||
"path": "./java.txt.gz", | ||
"description": "Java 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 | ||
@@ -46,3 +47,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns | ||
"dictionaries": ["java"], | ||
// 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": [] | ||
@@ -49,0 +50,0 @@ } |
{ | ||
"name": "@cspell/dict-java", | ||
"version": "1.0.23", | ||
"version": "2.0.0", | ||
"description": "Java dictionary for cspell.", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"test": "head -n 100 \"java.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=java stdin", | ||
"prepublishOnly": "yarn test", | ||
"prepublishOnly": "echo pre-publish", | ||
"prepare": "yarn run build" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "0ebf4fedb3f21ed1992a8eb17790bde1dcfce10d" | ||
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e" | ||
} |
24789
48