Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Function template invocations with explicit template parameters aren't colorized correctly #215

Open
@sean-mcmanus

Description

@sean-mcmanus
template<class T> void func(T i) {}

int main()
{
    func<int>(0);
    func(0);
}

The invocation of the function template with explicit args is not being colorized as a function in VS Code, which uses atom/language-c.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions