All notable changes to the "ponylang" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Version bump from dependabot for some vulnerable js packages
- Some additional improvements in auto-closing behavior (@pmetras)
- Improved auto-closing behavior for various Pony code blocks (@pmetras) #8
- Corrections of Pony syntax file (@pmetras)
- Created CircleCI job to automate extension publish
- Fixed additional info regex breaking on some error messages from ponyc
- Added bare function to tmLanguage method spec
- Modified problem matcher to catch additional info on compiler errors (without highlighting file paths though :( )
- Added some brackets definitions into language-configuration.json in order to get auto-close and auto-indentation
- Fixed regexp for problem matcher - consume anything as a issue description
- Fixed regexp for problem matcher to include quotes
- Added grammar files from sublime plugin https://github.com/ponylang/sublime-pony
- Added problem matcher for ponyc compiler errors
- Initial release