feat(graphite): adds support for grep function

closes #1163
This commit is contained in:
carl bergquist
2015-12-16 09:45:28 +01:00
parent a701bba839
commit 48539c851e

View File

@@ -516,6 +516,13 @@ function (_, $) {
defaultParams: ['exclude']
});
addFuncDef({
name: "grep",
category: categories.Filter,
params: [{ name: "grep", type: 'string' }],
defaultParams: ['grep']
});
addFuncDef({
name: 'highestCurrent',
category: categories.Filter,