jonnyboyC / kos-language-server

A language server for the Kerboscript (kOS) a language for Kerbal Space Program
MIT License
25 stars 6 forks source link

[BUG] Folding Region does not respect parens #140

Closed jonnyboyC closed 4 years ago

jonnyboyC commented 4 years ago

Describe the bug The language server provides information about folding region in kerboscripts. Currently it appears I have only implemented this for { and }. There should be folding regions for parens as well (, )

To Reproduce Write the following lexicon

local l is lexicon( // <- should be foldable
  "key2", 1,
  "key2", 2,
).
jonnyboyC commented 4 years ago

Closed by #143