Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support highlight for custom templates. #79

Open
dmitrach opened this issue May 26, 2021 · 0 comments
Open

Support highlight for custom templates. #79

dmitrach opened this issue May 26, 2021 · 0 comments

Comments

@dmitrach
Copy link

dmitrach commented May 26, 2021

I've extended AbstractExtension:

public function getTests()
{
    return [
        /**
         * A description for this test.
         */
        new \Twig\TwigTest('numeric', function ($value) {
            return is_numeric($value);
        }),
    ];
}

I use the custom test.

{% if nomenclature_item_id is numeric %}

I would like the highlight for it, also description and autocomplete.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant