packages feed

language-hcl-0.1.1.0: test-fixtures/structure2.hcl

// This is a test structure for the lexer
foo "baz" {
	key = 7
	foo = "bar"
}

foo {
	key = 7
}