diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-08-08 17:24:26 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-08-08 17:24:26 +0300 |
| commit | f34fd5a2570fb5bba88ee05f9e40e59fdc7634b8 (patch) | |
| tree | 94699f281aa9f7edb5897ee4e9ec019fd530c51b /src/components | |
| parent | Add Dockerfile language. (diff) | |
| download | githunt-f34fd5a2570fb5bba88ee05f9e40e59fdc7634b8.tar.gz | |
Add dhall language.
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/filters/language-filter/languages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/filters/language-filter/languages.json b/src/components/filters/language-filter/languages.json index eb592e7..0847a92 100644 --- a/src/components/filters/language-filter/languages.json +++ b/src/components/filters/language-filter/languages.json @@ -272,6 +272,10 @@ "value": "DIGITAL" }, { + "title": "dhall", + "value": "dhall" + }, + { "title": "DM", "value": "DM" }, |
