Skip to content

Releases: SublimeText/Terraform

v2.0.0 - 2025-05-11

11 May 15:36
4180-2.0.0
efddfe3
Compare
Choose a tag to compare

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).

1.3.1

03 Feb 08:23
1576c26
Compare
Choose a tag to compare

What's Changed

  • feat: Add nomad configuration support by @Quenty in #55

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

18 Jan 09:52
7ebc850
Compare
Choose a tag to compare

What's Changed

  • Update links to official docs on terraform.io by @totoroot in #53
  • github: bump linux version to latest by @radeksimko in #57
  • Separate HCL syntax into its own file and report it as source.hcl (rather than source.terraform) by @rchl in #56

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

21 Jun 10:17
329a58d
Compare
Choose a tag to compare
  • Split the tfvars handling into a separate syntax file (#49)

1.1.0

17 May 10:43
54d8350
Compare
Choose a tag to compare
  • Remove quotes around variable type in snippets (#42)

Terraform v0.12 rewrite

20 Jan 05:27
64208ea
Compare
Choose a tag to compare

@patrickrgaffney has kindly rewritten everything to add HCL2 support (used in Terraform v0.12+). See #39 for more info.

Adds symbol indexing

20 Aug 06:03
ac21417
Compare
Choose a tag to compare

Thanks to @patrickrgaffney for the contribution!

Update for TF v12

01 Jul 16:59
888006e
Compare
Choose a tag to compare

Thanks to @Tenzer for the contribution!

Fix for regexes in strings, converted to sublime-syntax

26 Jan 04:19
3227a2d
Compare
Choose a tag to compare

Added data snippet

08 Sep 09:33
ae6ab75
Compare
Choose a tag to compare