Hello, I just started using Spek framework on Andr...
# spek
a
Hello, I just started using Spek framework on Android Studio, but I'm noticing that the inner highlighting of the describe functions and general IDE syntax highlighting stops working beyond the first describe function, is anyone experiencing the same? Here is a screenshot to describe what I mean
Spek v2.0.10 and same with the AS plugin.
r
That highlighting is expected, the first
describe
is an extension function that's why it has a different color. The other describe is just a normal method so it's not highlighted.
a
Ah I see, then that explains it, thanks!