-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
Description
When using a decorator in typescript the decorator should be highlighted as a function, since it is an implicit function call.
Currently, @foo and @foo() are not highlighted the same, but since both are clearly decorator calls they should be; in particular @foo is currently not highlighted any particular color.
I tried to figure out how to add this myself but haven't been successful so far -- I'm just not familiar with how tmLanguage files work :-/ If you want to give me tips to get started I'm willing to try to do this myself
altaywtf, Igonato and mijelin