# Change Log

Notable changes to the Rust Syntax extension will be documented in this file.

## **[0.5.0]:** 2021-06-09

- allow granular targeting of `storage.type` scopes by adding `keyword` scopes (thanks to @a5hk)

## **[0.4.0]:** 2020-11-10

- add a stub for future scope tests
- add dev dependencies and a CI workflow for contributors

## **[0.3.0]:** 2020-11-08

- more conventional keyword scopes (thanks: @cynecx)
- many interval patch fixes (ranges, angle brackets, operator precedence, turbofish, comments, raw strings)

## **[0.2.0]:** 2020-10-10

- move non-control keywords into `storage` and `keyword.other`
- bundle macro bangs into macro scopes
- unique scope for `macro_rules`

## **[0.1.2]:** 2020-10-03

- change to a single meta scope inside string interpolations

## **[0.1.0]:** 2020-09-26

- Initial release
