Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66u1-00HDa2-Uz for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:25:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r66u0-00HJdw-9k for pgadmin-hackers@arkaria.postgresql.org; Thu, 23 Nov 2023 10:25:44 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66u0-00HJdo-1h for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:25:44 +0000 Received: from out-22.smtp.github.com ([192.30.252.205]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r66tu-0080kX-OE for pgadmin-hackers@lists.postgresql.org; Thu, 23 Nov 2023 10:25:43 +0000 Received: from github.com (hubbernetes-node-39ad0ba.ac4-iad.github.net [10.52.142.28]) by smtp.github.com (Postfix) with ESMTPA id 03EC65E1054 for ; Thu, 23 Nov 2023 02:25:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1700735137; bh=4vxNhSqGJVk9O06u7DKcwDdco3ILkpXqe/y0K/ko9kA=; h=Date:From:To:Subject:From; b=LOIlU81t/JkFDCBVxS6zAmWpQ/uj7Um6qF9lGIzwkWgOuF3oHPxhCqEaa7SSsOgMI r3kqMLM4tTZzmok4HJD6pxtVwcTFnOsE742KKCIcSU1xyiL7BFavVYlRrSWK5cx53A MwKHf/HjCRFyAcZCXdI1rxehW9sCQPTwaAcvZpzE= Date: Thu, 23 Nov 2023 02:25:37 -0800 From: Pravesh Sharma To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] b51df0: Fixed an issue where syntax error was not highligh... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: b51df0e5fdc2252554cbe3865f7d6fc104451264 https://github.com/pgadmin-org/pgadmin4/commit/b51df0e5fdc2252554cbe3865f7d6fc104451264 Author: Pravesh Sharma Date: 2023-11-23 (Thu, 23 Nov 2023) Changed paths: M web/pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx Log Message: ----------- Fixed an issue where syntax error was not highlighting in query tool. #6887