fix sequence at end of group, support bare sequences

This commit is contained in:
Robin Appelman 2025-02-28 23:52:55 +01:00
commit fe7bc149d6
10 changed files with 110 additions and 22 deletions

View file

@ -8,6 +8,6 @@
array "3"
windows_path "C:\test\no newline"
\\"$translucent" 1 // this is read vdf written by real valve developers
"$envmaptint" .5 .5 .5 // found in the wild, pretty sure they mean "[.5 .5 .5]", but it ends up working by accident with a stray `.5 = .5` kv
\\"$translucent" 1 // this is real vdf written by real valve developers
"$envmaptint" .5 .5 .5
}

View file

@ -5,4 +5,5 @@
single 1.2
triple "{1.2 1.3 1.4}"
single_int 2
another_tuple 8 foo 0
}