@cspell/dict-csharp
Advanced tools
Comparing version 1.0.11 to 2.0.1
{ | ||
"id": "csharp", | ||
"name": "csharp", | ||
"description": "Csharp dictionary for cspell.", | ||
"version": "0.2", | ||
"readonly": true, | ||
"description": "C# dictionary for cspell.", | ||
"dictionaryDefinitions": [ | ||
{ | ||
"name": "csharp", | ||
"file": "./csharp.txt.gz", | ||
"description": "Csharp dictionary for cspell." | ||
"path": "./csharp.txt.gz", | ||
"description": "C# dictionary for cspell." | ||
} | ||
@@ -16,5 +18,6 @@ ], | ||
"languageId": "csharp", | ||
"local": "*", | ||
"description": "These are the language settings for C#", | ||
"includeRegExpList": [], | ||
"ignoreRegExpList": [], | ||
"allowCompoundWords": true, | ||
"patterns": [ | ||
@@ -32,3 +35,3 @@ { | ||
], | ||
"dictionaries": ["csharp"], | ||
"dictionaries": ["csharp", "dotnet", "npm"], | ||
"dictionaryDefinitions": [] | ||
@@ -35,0 +38,0 @@ } |
{ | ||
"name": "@cspell/dict-csharp", | ||
"version": "1.0.11", | ||
"version": "2.0.1", | ||
"description": "C# dictionary for cspell.", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "cspell-tools compile \"csharp.txt\" -o .", | ||
"build": "cspell-tools-cli compile --split \"csharp.txt\" -o .", | ||
"test": "head -n 100 \"csharp.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=csharp\" stdin", | ||
@@ -26,4 +26,5 @@ "prepublishOnly": "yarn test", | ||
"cspell", | ||
"cspell-ext", | ||
"csharp", | ||
"csharp", | ||
"C#", | ||
"dictionary", | ||
@@ -37,3 +38,3 @@ "spelling" | ||
}, | ||
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/csharp#readme", | ||
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/csharp#readme", | ||
"files": [ | ||
@@ -43,3 +44,3 @@ "csharp.txt.gz", | ||
], | ||
"gitHead": "1c298eba6f2fdcdd3473025aca85482af1504811" | ||
"gitHead": "bc6a2825bad6404a1f9470bc442f487ab52abeaa" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38
4769
5