Releases: MuntasirSZN/sublime-tera
Releases · MuntasirSZN/sublime-tera
v1.1.0
v1.0.1
v1.0.0
🚨 Breaking Changes
- Remove complexity and focus on syntax only - by @MuntasirSZN (26cf5)
🚀 Features
- Release please - by @MuntasirSZN (6af45)
- Add . highlight and property highlight - by @MuntasirSZN (b6237)
🐞 Bug Fixes
- Don't capture :: with namespace identifier - by @MuntasirSZN (3ef4c)
- Use
variable.other.memberscope for property accessor identifiers - by @uncenter in #10 (2c152) - Correctly match function identifiers and optional namespaces - by @uncenter in #13 (18715)
- Use keyword.operator.word for in/and/or/not/is/as operators - by @uncenter in #14 (3b4ef)
- Use punctuation.section and punctuation.block over punctuation.definition - by @uncenter in #15 (18152)
- ci:
- Run changelogithub only on release - by @MuntasirSZN (2059c)
- Give an id to release-please - by @MuntasirSZN (c6480)
- Give github token - by @MuntasirSZN (ebd5c)
- Checkout the ref - by @MuntasirSZN (d51ad)
- Use fetch depth 0 - by @MuntasirSZN (49aaa)
- syntax:
- Only highlighting comments - by @MuntasirSZN (5369f)