When pasting standard SQL like:\n\nSELECT * FROM public.games LIMIT 100;\n\npgrsql shows syntax errors or removes whitespace. This makes normal queries fail even though they are valid PostgreSQL SQL. Expected behavior: the editor should accept standard SQL without requiring extra formatting or spacing rules.