From 6716ba94792b7762194814b7bcd04ff4255c2c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mun=CC=83oz?= Date: Wed, 11 Nov 2020 23:10:19 +0100 Subject: QL: support modules --- queries/ql/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/queries/ql/highlights.scm b/queries/ql/highlights.scm index 94506ddb..95be42cc 100644 --- a/queries/ql/highlights.scm +++ b/queries/ql/highlights.scm @@ -102,6 +102,9 @@ "|" ] @punctuation.delimiter +(moduleExpr (simpleId) @namespace) +(module name: (moduleName) @namespace) + (dataclass name: (className) @type) (datatype name: (className) @type) (typeExpr name: (className) @type) -- cgit v1.2.3