QL: support modules

This commit is contained in:
Alvaro Muñoz 2020-11-11 23:10:19 +01:00 committed by Thomas Vigouroux
parent b4ec3ae3f5
commit 6716ba9479

View file

@ -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)