Open cjwirth opened 10 years ago
Hey thanks for pointing this out. I actually never got around to adding full protocol declarations to the language syntax—right now the syntax just detects the "protocol" keyword and moves on. I'll look into adding a proper protocol declaration to the syntax definition.
I was writing some code, and noticed that the syntax highlighting would mess up after protocol function declarations, because they are missing the
{}
that is usually required for functions.