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 ] @punctuation.delimiter
(className) @type (dataclass name: (className) @type)
(datatype name: (className) @type)
(varName) @variable (varName) @variable
@ -111,6 +112,7 @@
(string) @string (string) @string
(charpred (className) @function)
(aritylessPredicateExpr (literalId) @function) (aritylessPredicateExpr (literalId) @function)
(predicateName) @function (predicateName) @function