Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 14:56
· 115 commits to master since this release

Added

  • Add a formatter option for space around commas in return lists.
  • Add a formatter option for space within return list parenthesis.
  • Add error recovery for statements.
  • Add support for parsing empty statements.
  • Add an inspection for missing script symbols.
  • Add clientscript.sym to valid symbol file types.

Changed

  • The build window will now display internal compiler errors as well.
  • The build system will now save all documents automatically upon building.

Fixed

  • Fix a bug with script block indentation.
  • Fix missing indentation for file block.
  • Fix type checking for expression lists.
  • Fix type checking when there is a type error.
  • Fix type checking for varbit game variables.
  • Fix parsing trailing tabs in .sym file format.
  • Fix bundled custom dictionary loading.