Skip to content

Commit 250bef1

Browse files
committed
feat: add None literal
1 parent 7eb6e2e commit 250bef1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/pytrize/call_spec.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ end
6262
local LITERALS = {
6363
integer = true,
6464
float = true,
65+
none = true,
6566
['true'] = true,
6667
['false'] = true,
6768
}

0 commit comments

Comments
 (0)