This commit is contained in:
Andreas Rumpf
2017-01-19 13:26:15 +01:00
parent 4ec0f9305e
commit b85898cd41
2 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
# bug #5237
import tables
import sets
import sequtils
const EXTENSIONMAP = {
"c": @["*.c", "*.h"],
}.toTable()
const EXTENSIONS = toSet(concat(toSeq(EXTENSIONMAP.values())))