Comments don't nest in Nix, /* /* */ is a complete comment

Fixes #61
This commit is contained in:
John Wiegley 2018-04-05 21:24:31 -07:00
parent 2e592d9bab
commit 3561fc8144

View file

@ -82,7 +82,7 @@ commentStyle = CommentStyle
{ _commentStart = "/*"
, _commentEnd = "*/"
, _commentLine = "#"
, _commentNesting = True
, _commentNesting = False
}
identStyle :: CharParsing m => IdentifierStyle m