Fixed
- Save inline commented line to before context instead of just leaving it off.
- Get context from 'lines' instead of 'line'. It was just grabing characters at
the beginning and the end of the current line before.
Changed
- Use underscores in context json keys to be more compatible with Javascript
and some other languages that parse json into objects.