Skip to content

Commit 8feed9e

Browse files
committed
fix: making sure pascal is not counted as a db lang by mistake
1 parent ae7eced commit 8feed9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/common_lang.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ IS_DB_BASED[LangSmall] = true
3030
IS_DB_BASED[LangRustWasm] = true
3131
IS_DB_BASED[LangCppWasm] = true
3232
IS_DB_BASED[LangPythonDb] = true
33+
IS_DB_BASED[LangPascal] = false
3334

3435
proc isDbBased*(lang: Lang): bool =
3536
## return true if `lang` uses the db backend

0 commit comments

Comments
 (0)