Skip to content

v2.0.0 - 2025-05-11

Latest
Compare
Choose a tag to compare
@FichteFoll FichteFoll released this 11 May 15:36
4180-2.0.0
efddfe3

The package has been adopted by the SublimeText GitHub org and now lives at https://github.com/SublimeText/Terraform/ for the community to maintain. This is accompanied by many changes to bring the syntax definition up to current standards.

Added

Changed

Removed

  • Removed various files targeting older ST versions, notably the old .tmLanguage syntax definition. This breaks compatibility with ST 2, but the previous version can still be installed on older builds. (@FichteFoll, #63)

Fixed

  • Improved matching of identifiers by adding a scope and properly recognizing hyphens. (@FichteFoll, #60)
  • Support identifiers starting with an underscore character (@FichteFoll, #43, #64).