Closed saadq closed 7 years ago
No it doesn't. Maybe I should use a meta flowtype for object flowtype defs. Would that do the trick?
Thanks for the quick reply. I believe that should work.
OK leave it with me.
@saadq Can you try the latest master version in this git repo? If it does the trick I will publish.
Everything looking good! Thanks very much.
published
Firstly, thanks for this great package.
I'm trying to change the syntax highlighting from the keys that have a type of function here:
EDIT: Here is the code in case you want to copy/paste it to try it out:
I can do that by doing something like:
which yields:
This is the result I'm looking for, however this also messes up the syntax highlighting for normal usage of the
function
keyword:It doesn't look like there is any
flowtype
specific selector on thetype
example I posted above. Is this expected behavior?