mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 18:14:07 +02:00
fix sequence at end of group, support bare sequences
This commit is contained in:
parent
eeeb47560b
commit
fe7bc149d6
10 changed files with 110 additions and 22 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -5,4 +5,5 @@
|
|||
single 1.2
|
||||
triple "{1.2 1.3 1.4}"
|
||||
single_int 2
|
||||
another_tuple 8 foo 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue