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.

Templates not highlighted properly #90

@cgel

Description

@cgel
template <class T>
class A {
  T func();
};

template <class T>
T A<T>::func() {
  ...
}

template <class T>
T A::func() {
  ...
}

In atom, just like here in github the highlighting of templated member functions does not seem to work properly.
Why isn't A<T>::func() highlited?

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