Open
Description
ok, we probably need a parsing/abstract syntax tree for this, then it could work like:
- parse until cursor line
- if the syntax is correct until here we should get the AST/parsing tree (if we are driving the parsing directly we can simply stop, if not by catching an exception)
- from the parsing we should get the current section in the schema
- lookup other keys/values