Skip to content

Commit

Permalink
Add dhall-css-color (#36)
Browse files Browse the repository at this point in the history
* Add dhall-css-color

* Disable textlint for dhall-css-color
  • Loading branch information
kukimik authored Jan 29, 2024
1 parent bf651fa commit d60c607
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/linters/.textlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"filters": {
"allowlist": {
"allow": [
"dhall-css-color"
]
},
"comments": true
},
"rules": {
"terminology": true
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ A curated list of awesome dhall-lang binding, libraries and anything related to
- [dhall-aws-cloudformation](https://github.com/jcouyang/dhall-aws-cloudformation) - Dhall types for AWS CloudFormation
- [dhall-tsconfig](https://github.com/maxdeviant/dhall-tsconfig) - Dhall bindings for [TSConfig](https://www.typescriptlang.org/tsconfig).
- [dhall-webmanifest](https://gitlab.com/toastal/dhall-webmanifest) - Types for building Web Application Manifest files.
- [dhall-css-color](https://gitlab.com/toastal/dhall-css-color) - CSS4 colors.

## Projects
- [cpkg](https://github.com/vmchale/cpkg) - A build tool/package manager for C, configured with Dhall.
Expand Down

0 comments on commit d60c607

Please sign in to comment.