github dmno-dev/varlock env-spec-language@0.2.3
env-spec-language v0.2.3

12 hours ago
  • #795 (patch) - Fix syntax highlighting: closing paren in a nested decorator function call (e.g. @dec(fn())) no longer shows as an error
  • #794 (patch) - Object and array literals can now span multiple lines. Inside decorators each continuation line is prefixed with # (like multi-line function calls), e.g. a long @import(./.env.shared, pick=[ ... ]) key list; literals nested in item-value function calls use plain newlines. Single-line literals are unchanged.
    Multi-line literals and function calls also support # comments — full-line entries can be commented out (# # OLD_KEY,) and individual entries annotated with trailing comments (# KEY, # note).
    The VSCode extension's syntax highlighting now understands object/array literals (single- and multi-line) and these inline comments.
  • #792 (patch) - Maintenance release — no functional changes (switches Marketplace publishing to OIDC)

Published to

  • ✅ custom

Don't miss a new varlock release

NewReleases is sending notifications on new releases.