Add package nimdenter (#2109)

* Added package nimdenter

* merge upstream

Co-authored-by: flywind <xzsflywind@gmail.com>
This commit is contained in:
Adam Blažek 2022-01-06 01:30:56 +01:00 committed by GitHub
parent 0ccc81df46
commit 3a2626160e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24722,6 +24722,20 @@
"license": "Unlicense",
"web": "https://github.com/DavideGalilei/nimtesseract"
},
{
"name": "nimdenter",
"url": "https://github.com/xigoi/nimdenter",
"method": "git",
"tags": [
"nim",
"indentation",
"syntax",
"braces"
],
"description": "A tool for people who don't like Nim's indentation-based syntax",
"license": "GPL-3.0-or-later",
"web": "https://github.com/xigoi/nimdenter"
},
{
"name": "base45",
"url": "https://git.sr.ht/~ehmry/base45",