minor improvments for QL

This commit is contained in:
Alvaro Muñoz 2020-11-06 23:10:59 +01:00 committed by Stephan Seitz
parent 6e80f426bf
commit 6900e5f704

View file

@ -102,7 +102,8 @@
"|"
] @punctuation.delimiter
(className) @type
(dataclass name: (className) @type)
(datatype name: (className) @type)
(varName) @variable
@ -111,6 +112,7 @@
(string) @string
(charpred (className) @function)
(aritylessPredicateExpr (literalId) @function)
(predicateName) @function