OyvindSabo / gremlint

Linter/Code formatter for Gremlin
https://gremlint.com
Apache License 2.0
11 stars 6 forks source link

Make sure comments don't cause problems #17

Closed OyvindSabo closed 5 years ago

OyvindSabo commented 5 years ago

The comment gets added before the punctuation, resulting in an invalid query :o Gremlint comment issue.png

If a comment is followed by a line-break and a dot, then the dot should be placed before the comment and a newline should be inserted after the comment.