diff options
| author | Matthias Q <35303817+matthias-Q@users.noreply.github.com> | 2023-06-29 07:54:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-29 14:54:33 +0900 |
| commit | ea637db9748f14a827b8b81b00252a96842f6ec4 (patch) | |
| tree | a170c366fdad4b776c3b754967ab947e132b07d3 | |
| parent | fix(cmake): end indentation after normal_command node (diff) | |
| download | nvim-treesitter-ea637db9748f14a827b8b81b00252a96842f6ec4.tar nvim-treesitter-ea637db9748f14a827b8b81b00252a96842f6ec4.tar.gz nvim-treesitter-ea637db9748f14a827b8b81b00252a96842f6ec4.tar.bz2 nvim-treesitter-ea637db9748f14a827b8b81b00252a96842f6ec4.tar.lz nvim-treesitter-ea637db9748f14a827b8b81b00252a96842f6ec4.tar.xz nvim-treesitter-ea637db9748f14a827b8b81b00252a96842f6ec4.tar.zst nvim-treesitter-ea637db9748f14a827b8b81b00252a96842f6ec4.zip | |
highlights(sql): add `filter` keyword
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/sql/highlights.scm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json index 87bdc57d5..a244747c1 100644 --- a/lockfile.json +++ b/lockfile.json @@ -468,7 +468,7 @@ "revision": "05f949d3c1c15e3261473a244d3ce87777374dec" }, "sql": { - "revision": "7bd15d1ca789c5aaef5d2dbfdb14565ec8223d1b" + "revision": "bd53a6c482d865365cbfb034168ca78364d1d136" }, "squirrel": { "revision": "e8b5835296f931bcaa1477d3c5a68a0c5c2ba034" diff --git a/queries/sql/highlights.scm b/queries/sql/highlights.scm index 3cce87ae9..55e8fb68c 100644 --- a/queries/sql/highlights.scm +++ b/queries/sql/highlights.scm @@ -69,6 +69,7 @@ (keyword_following) (keyword_first) (keyword_current_timestamp) + (keyword_filter) ] @attribute [ |
