diff options
| author | Alvaro MunĚoz <alvaro@pwntester.com> | 2020-11-11 23:30:33 +0100 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-11-12 08:11:06 +0100 |
| commit | 16fcbd1824727697e8a6625ae56ab7b55374d4ca (patch) | |
| tree | 933d05d4eaaa3dc5c68a26735e7221b4d2c78eae | |
| parent | 6716ba94792b7762194814b7bcd04ff4255c2c67 (diff) | |
More improvements
| -rw-r--r-- | queries/ql/highlights.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/queries/ql/highlights.scm b/queries/ql/highlights.scm index 95be42cc..fde811af 100644 --- a/queries/ql/highlights.scm +++ b/queries/ql/highlights.scm @@ -109,6 +109,8 @@ (datatype name: (className) @type) (typeExpr name: (className) @type) +(importModuleExpr name: (simpleId) @variable) +(qualModuleExpr name: (simpleId) @variable) (varName) @variable (integer) @number |
