- Highlight eq and equal (#43)
- Verify that keyword is not a variable (#40)
- Verify that
expect
is not a variable (#41) - Highlight expect and should keywords (#38)
- Fix deprecation warning about
path.basename
(#37)
- Add a single line expectation with an implicit subject (#17)
- Add package keywords
- require 'rails_helper' #23
- Add support for "RSpec.describe" and others. #25
- Add quoted scopes to strings #29
- Highlight symbols #30
- Add more specs
- Fix issue with new atom workspace api (#21)
- Add .hook class to hook grammars (#13)
- Fix broken snippets (#14)
- Update CHANGELOG.md (#15)
- Fix example grammar (#12)
- Switch to single quotes for snippets (#11)
- Change token in it and describe blocks (#8)
- Improve expect snippets (#6)
- Fix captures for examples with metadata (#2)
- Fix language detection (#4)
- Initial release