You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we fontify func names in generic invocations when there are more
than one type params (so we can be sure it is a func instantiation).
I also tweaked things to avoid fontifying "bar"
in (foo)(bar)(baz) (fixesdominikh#385).
We also support fontifying method names with type params even though
that isn't allowed yet.
muirdm
added a commit
to muirdm/go-mode.el
that referenced
this issue
Mar 27, 2022
Now we fontify func names in generic invocations when there are more
than one type params (so we can be sure it is a func instantiation).
I also tweaked things to avoid fontifying "bar"
in (foo)(bar)(baz) (fixesdominikh#385).
We also support fontifying method names with type params even though
that isn't allowed yet.
muirdm
added a commit
to muirdm/go-mode.el
that referenced
this issue
Oct 6, 2022
Now we fontify func names in generic invocations when there are more
than one type params (so we can be sure it is a func instantiation).
I also tweaked things to avoid fontifying "bar"
in (foo)(bar)(baz) (fixesdominikh#385).
We also support fontifying method names with type params even though
that isn't allowed yet.
In
"456" is fontified as a function.
The text was updated successfully, but these errors were encountered: