I have noticed that angle brackets are left out of keyword matching (line 49) in the CodeMirror mode. For example, in :foo->bar only "foo-" would be colorized as keyword.
Is this intentional? I can't quite find up-to-date documentation on exactly what characters are allowed, but keywords containing angle brackets seem to be parsed correctly by the reader.
I have noticed that angle brackets are left out of keyword matching (line 49) in the CodeMirror mode. For example, in :foo->bar only "foo-" would be colorized as keyword.
Is this intentional? I can't quite find up-to-date documentation on exactly what characters are allowed, but keywords containing angle brackets seem to be parsed correctly by the reader.