Support for https://docs.snowflake.com/en/sql-reference/sql/comment, for example: ```sql COMMENT ON my_schema.my_table IS 'hello world' ``` Currently, parsing fails: ``` Expected: an SQL statement, found: COMMENT ```