diff options
| -rw-r--r-- | lockfile.json | 2 | ||||
| -rw-r--r-- | queries/ql/highlights.scm | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lockfile.json b/lockfile.json index 4e70928e3..b73254499 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 7481f3c60..623dab143 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 |
