From b8ddb83d606c9f7f6b76843246ee9820353b417e Mon Sep 17 00:00:00 2001 From: Matthias Queitsch Date: Tue, 23 May 2023 23:53:04 +0200 Subject: [PATCH] highlights(sql): add keyword `overwrite` --- lockfile.json | 2 +- queries/sql/highlights.scm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lockfile.json b/lockfile.json index 848efd786..9ebf18391 100644 --- a/lockfile.json +++ b/lockfile.json @@ -456,7 +456,7 @@ "revision": "05f949d3c1c15e3261473a244d3ce87777374dec" }, "sql": { - "revision": "721087c8819cda10ca37f974e914ab9be46b290f" + "revision": "63a6bad6d4ca2192cf252e10db73627414546732" }, "squirrel": { "revision": "3fefc6b9bb2b4de1b1c461783f675918cd957546" diff --git a/queries/sql/highlights.scm b/queries/sql/highlights.scm index 1aaab65dd..561b19a03 100644 --- a/queries/sql/highlights.scm +++ b/queries/sql/highlights.scm @@ -110,6 +110,7 @@ (keyword_replace) (keyword_update) (keyword_into) + (keyword_overwrite) (keyword_values) (keyword_set) (keyword_left)