Skip to content
This repository has been 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 opened this issue Mar 15, 2017 · 1 comment
Labels

Comments

@sean-mcmanus
Copy link

sean-mcmanus commented Mar 15, 2017

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

@nick-prat
Copy link

nick-prat commented Jul 10, 2018

@maxbrunsfeld This was fixed in the tree-sitter parser, the issue still remains in the original parser though

@sean-mcmanus sean-mcmanus changed the title Function templates invocations with explicit template parameters aren't colorized correctly Function template invocations with explicit template parameters aren't colorized correctly Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants