about summary refs log tree commit diff
path: root/Src/hashtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/hashtable.c')
-rw-r--r--Src/hashtable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/hashtable.c b/Src/hashtable.c
index b4c83a1fa..90739a882 100644
--- a/Src/hashtable.c
+++ b/Src/hashtable.c
@@ -1059,10 +1059,12 @@ static struct reswd reswds[] = {
     {{NULL, "esac", 0}, ESAC},
     {{NULL, "export", 0}, TYPESET},
     {{NULL, "fi", 0}, FI},
+    {{NULL, "float", 0}, TYPESET},
     {{NULL, "for", 0}, FOR},
     {{NULL, "foreach", 0}, FOREACH},
     {{NULL, "function", 0}, FUNC},
     {{NULL, "if", 0}, IF},
+    {{NULL, "integer", 0}, TYPESET},
     {{NULL, "local", 0}, TYPESET},
     {{NULL, "nocorrect", 0}, NOCORRECT},
     {{NULL, "readonly", 0}, TYPESET},