@cspell/dict-cpp
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -29,3 +29,3 @@ // cSpell Settings | ||
// Language Rules to apply to matching files. | ||
// Files are matched on `languageId` and `local` | ||
// Files are matched on `languageId` and `locale` | ||
"languageSettings": [ | ||
@@ -36,3 +36,3 @@ { | ||
"languageId": "c,cpp", | ||
// Language local. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Language locale. i.e. en-US, de-AT, or ru. * will match all locals. | ||
// Multiple locals can be specified like: "en, en-US" to match both English and English US. | ||
@@ -39,0 +39,0 @@ "locale": "*", |
{ | ||
"name": "@cspell/dict-cpp", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "C/C++ Dictionary dictionary for cspell.", | ||
@@ -15,3 +15,3 @@ "publishConfig": { | ||
"build": "cspell-tools-cli build", | ||
"test": "shx head -n 1000 \"src/cpp.txt\" | cspell -v -c ./cspell-ext.json --local=* --languageId=cpp stdin", | ||
"test": "shx head -n 1000 \"src/cpp.txt\" | cspell -v -c ./cspell-ext.json --locale=* --languageId=cpp stdin", | ||
"prepublishOnly": "echo pre-publish", | ||
@@ -43,3 +43,3 @@ "prepare:dictionary": "pnpm run build" | ||
], | ||
"gitHead": "02e8b082f559fe5dcb8b728efed51393754a630e" | ||
"gitHead": "e830a70e148dbde063cc4994c3cb96d734f6f586" | ||
} |
Sorry, the diff of this file is too big to display
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
542017