@cspell/dict-haskell
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.13](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-haskell@1.0.12...@cspell/dict-haskell@1.0.13) (2021-02-18) | ||
**Note:** Version bump only for package @cspell/dict-haskell | ||
## [1.0.12](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-haskell@1.0.11...@cspell/dict-haskell@1.0.12) (2020-12-24) | ||
@@ -8,0 +16,0 @@ |
@@ -31,7 +31,13 @@ // cSpell Settings | ||
// To exclude patterns, add them to "ignoreRegExpList" | ||
"ignoreRegExpList": ["'"], | ||
"ignoreRegExpList": ["separators"], | ||
// regex patterns than can be used with ignoreRegExpList or includeRegExpList | ||
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }] | ||
// This could be included in "ignoreRegExpList": ["mdash"] | ||
"patterns": [], | ||
"patterns": [ | ||
{ | ||
"name": "separators", | ||
"pattern": "/(?<!n(?='t\\b))(?<!\\w(?='s\\b))(?<!d(?='ve\\b))(?<!\\w(?='d\\b))(?<!\\w(?='re\\b))'/gi", | ||
"description": "Ignore single quote when it is not a contraction." | ||
} | ||
], | ||
// List of dictionaries to enable by name in `dictionaryDefinitions` | ||
@@ -38,0 +44,0 @@ "dictionaries": ["haskell"], |
{ | ||
"name": "@cspell/dict-haskell", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Haskell dictionary for cspell.", | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "e50444106ad610677e8ab353bf406f6bf8decb69" | ||
"gitHead": "3594eecd5a6ed698b7b777913361d16f65a8da79" | ||
} |
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
7214
48