Notable changes to the Rust Syntax extension will be documented in this file.
- allow granular targeting of
storage.type
scopes by addingkeyword
scopes (thanks to @a5hk)
- add a stub for future scope tests
- add dev dependencies and a CI workflow for contributors
- more conventional keyword scopes (thanks: @cynecx)
- many interval patch fixes (ranges, angle brackets, operator precedence, turbofish, comments, raw strings)
- move non-control keywords into
storage
andkeyword.other
- bundle macro bangs into macro scopes
- unique scope for
macro_rules
- change to a single meta scope inside string interpolations
- Initial release