15 lines
161 B
HCL
15 lines
161 B
HCL
|
// comment
|
||
|
block {
|
||
|
// another comment
|
||
|
another_block { # comment
|
||
|
// comment
|
||
|
foo = bar
|
||
|
}
|
||
|
|
||
|
/* commented out block
|
||
|
blah {
|
||
|
bar = foo
|
||
|
}
|
||
|
*/
|
||
|
}
|