summaryrefslogtreecommitdiff
path: root/src/parse/propstrings.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-04-21 13:53:37 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-03-10 13:42:03 +0000
commitc1f3546185fefe10c4e6585d8aa772a8bea3f26a (patch)
treeef5672a22a0e3341d631aedbca0be115319036a3 /src/parse/propstrings.c
parente90c1223068c6c18e91ed9c0f572c65d50f96bc3 (diff)
downloadlibcss-c1f3546185fefe10c4e6585d8aa772a8bea3f26a.tar.gz
libcss-c1f3546185fefe10c4e6585d8aa772a8bea3f26a.tar.bz2
Strings: Add 'infinite'.
Diffstat (limited to 'src/parse/propstrings.c')
-rw-r--r--src/parse/propstrings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parse/propstrings.c b/src/parse/propstrings.c
index dc32ce9..3c9401b 100644
--- a/src/parse/propstrings.c
+++ b/src/parse/propstrings.c
@@ -442,6 +442,7 @@ const stringmap_entry stringmap[LAST_KNOWN] = {
{ "and", SLEN("and") },
{ "or", SLEN("or") },
{ "only", SLEN("only") },
+ { "infinite", SLEN("infinite") },
{ "aliceblue", SLEN("aliceblue") },
{ "antiquewhite", SLEN("antiquewhite") },