package nativesyntax
import "github.com/hashicorp/hcl/v2/hclparse/nativesyntax"
Package nativesyntax exists only to register the ".hcl" suffix as using HCL native syntax when parsing HCL configuration using the hcl.SimpleParse or hcl.SimpleParseFile functions.
To enable treating ".hcl" files as HCL native syntax, import this package using an anonymous import:
import _ "github.com/hashicorp/hcl/v2/hclparse/nativesyntax"
Index ¶
Source Files ¶
- Version
- v2.0.0-alpha.1
- Published
- Sep 12, 2019
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- 58 minutes ago –
Tools for package owners.