From 849645e893386a9fe4286e44679da6b7bb263b31 Mon Sep 17 00:00:00 2001 From: Dian Fay Date: Thu, 29 Jun 2023 19:25:34 -0400 Subject: [PATCH] feat(sql): json operator highlights --- lockfile.json | 2 +- queries/sql/highlights.scm | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lockfile.json b/lockfile.json index 7d49e2409..9400c3986 100644 --- a/lockfile.json +++ b/lockfile.json @@ -468,7 +468,7 @@ "revision": "05f949d3c1c15e3261473a244d3ce87777374dec" }, "sql": { - "revision": "bd53a6c482d865365cbfb034168ca78364d1d136" + "revision": "e35a16e4b7b342de6a0fbeee108d536bb6633562" }, "squirrel": { "revision": "e8b5835296f931bcaa1477d3c5a68a0c5c2ba034" diff --git a/queries/sql/highlights.scm b/queries/sql/highlights.scm index 55e8fb68c..7ce6131c0 100644 --- a/queries/sql/highlights.scm +++ b/queries/sql/highlights.scm @@ -300,6 +300,10 @@ ">=" ">" "<>" + "->" + "->>" + "#>" + "#>>" ] @operator [ @@ -312,5 +316,3 @@ "," "." ] @punctuation.delimiter - -