From 27bbb64f8773066371c3f844e9bdad4c942bcdad Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Vargas Date: Sun, 9 Oct 2022 23:58:05 -0500 Subject: refactor(highlights/julia): Update definitions See https://github.com/tree-sitter/tree-sitter-julia/pull/54 Remove a bunch of patterns with `argument_list`. No longer necessary with `short_function_definition`. Other minor changes including: - Add boolean literals See https://github.com/tree-sitter/tree-sitter-julia/pull/44 - Update highlights for operators (for bindings, type operators, etc) - Update lockfile --- lockfile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lockfile.json') diff --git a/lockfile.json b/lockfile.json index 4e97da7e..52c93a0d 100644 --- a/lockfile.json +++ b/lockfile.json @@ -186,7 +186,7 @@ "revision": "0475a5017ad7dc84845d1d33187f2321abcb261d" }, "julia": { - "revision": "0572cebf7b8e8ef5990b4d1e7f44f0b36f62922c" + "revision": "8fb38abff74652c4faddbf04d2d5bbbc6b4bae25" }, "kotlin": { "revision": "a4f71eb9b8c9b19ded3e0e9470be4b1b77c2b569" -- cgit v1.2.3