From 0c807bf1fd478dfd1a3d1759cf6d023467ee7738 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 15 Aug 2022 23:01:04 +0200 Subject: highlights(ql): follow upstream refactor of qualModuleExpr https://github.com/tree-sitter/tree-sitter-ql/commit/13155b740d4040e74727a9a698277805498a6a85 --- lockfile.json | 2 +- queries/ql/highlights.scm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lockfile.json b/lockfile.json index 4e70928e..b7325449 100644 --- a/lockfile.json +++ b/lockfile.json @@ -246,7 +246,7 @@ "revision": "de221eccf9a221f5b85474a553474a69b4b5784d" }, "ql": { - "revision": "24c72ad09f05982df4085c481d9b02ba9e79e7fc" + "revision": "4b8078c7fdcce9d4ca06ce3cfec3a61e8c3f4555" }, "qmljs": { "revision": "3bcf9c4d0911e74307c6d704c1ea242a1e4a2f94" diff --git a/queries/ql/highlights.scm b/queries/ql/highlights.scm index 7481f3c6..623dab14 100644 --- a/queries/ql/highlights.scm +++ b/queries/ql/highlights.scm @@ -109,8 +109,7 @@ (datatype name: (className) @type) (typeExpr name: (className) @type) -(importModuleExpr name: (simpleId) @variable) -(qualModuleExpr name: (simpleId) @variable) +(importModuleExpr qualName: (simpleId) @variable) (varName) @variable (integer) @number -- cgit v1.2.3