daviduuang/ini-for-vscode

multiline values not folding if last key

pwoolvett opened this issue · 0 comments

this folds ok

[mysection]
splitkey =
  value1,
  value2
firstkey = 12

[othersection]
mumbo = jumbo

this does not

[mysection]
firstkey = 12
splitkey =
  value1,
  value2

[othersection]
mumbo = jumbo