Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 3.37 KB

File metadata and controls

49 lines (29 loc) · 3.37 KB

Changelog

1.1.0 (2025-05-13)

Features

  • added to package control (25857be)

1.0.1 (2025-04-19)

Bug Fixes

  • include whitespace trim in captures, use punctuation.section.block (#17) (8d7d7e4)
  • use markup.raw.block instead of comment.block.tera.raw (#18) (afe23fc)

1.0.0 (2025-04-17)

⚠ BREAKING CHANGES

  • remove complexity and focus on syntax only

breaking

  • remove complexity and focus on syntax only (26cf52d)

Features

Bug Fixes

  • ci: checkout the ref (d51ad52)
  • ci: give an id to release-please (c6480c4)
  • ci: give github token (ebd5c1c)
  • ci: run changelogithub only on release (2059c3e)
  • ci: use fetch depth 0 (49aaade)
  • correctly match function identifiers and optional namespaces (#13) (18715e7)
  • don't capture :: with namespace identifier (3ef4ceb)
  • syntax: only highlighting comments (5369f67)
  • use variable.other.member scope for property accessor identifiers (#10) (2c152b8)
  • use keyword.operator.word for in/and/or/not/is/as operators (#14) (3b4ef40)
  • use punctuation.section and punctuation.block over punctuation.definition (#15) (1815242)