681623f4e1
This copies C's behavior and disallows nested block comments. It ignores a new /* within an existing block comment and ends at the first */
6 lines
35 B
HCL
6 lines
35 B
HCL
/*
|
|
foo = "bar/*"
|
|
*/
|
|
|
|
bar = "value"
|