- 'contains' is now highlighted as a keyword
- Support syntax highlighting for plural typed constants ($items[foo, bar])
- Improved syntax definition (by phulin/ikzann)
- Fixed parsing string literals that use singlequotes
- Fixed parsing aggregate literals
- Support parsing arrays
- Fixed parsing issues for top-level field declarations
- Added tooltip hover support for all remaining ASH functions
- Added autosuggest/autocomplete functionality for all ASH functions
- Disabled error listener for now since it launches from users are typing scripts
- Added tooltip hover support for functions starting with letters up to 'f'
- Added symbol definition functionality
- Added tooltip hover for ASH functions starting with the letters 'a', 'b', and 'c'
- Added error listener for parser that displays warning when parsing fails