Skip to content

Commit 1e8b3fe

Browse files
committed
Merge branch 'eloquent-docblocks' of https://github.com/freerkminnema/vs-code-extension into eloquent-docblocks
2 parents 20f602d + 65121c6 commit 1e8b3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/docblocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const typeMapping: Record<string, (string | RegExp)[]> = {
274274
/^macaddr(8)?$/,
275275
/^(long|medium)?text$/,
276276
/^(var)?char(acter)?( varying)??(\(\d+\))?$/,
277-
/^time(stamp)?\(\d+\)( (with|without) time zone)?$/,
277+
/^time(stamp)?(\(\d+\))?( (with|without) time zone)?$/,
278278
],
279279
};
280280

0 commit comments

Comments
 (0)