diff --git a/IHP/IDE/SchemaDesigner/Parser.hs b/IHP/IDE/SchemaDesigner/Parser.hs index 4c01472ee..520adfc87 100644 --- a/IHP/IDE/SchemaDesigner/Parser.hs +++ b/IHP/IDE/SchemaDesigner/Parser.hs @@ -775,7 +775,7 @@ commentStatement = do pure Comment { content } qualifiedIdentifier = do - optional do + optional $ try do lexeme "public" char '.' identifier