Skip to content

Griddle plugin 0.2.0

Compare
Choose a tag to compare
@AlexLandau AlexLandau released this 07 Jul 04:38
· 14 commits to master since this release

See the README for installation instructions.

Release notes:

  • Added "Reformat GDL" option in right-click context menu of the GDL Editor. This standardizes the indentation and whitespace throughout the file, while leaving the general structure of the file intact.
  • Improved handling of parser errors; when the parser gets confused, it can now usually localize the problem instead of failing completely.
  • Comments at end-of-file with no following newline are now treated correctly.