Closed faultyserver closed 6 years ago
:! and :!= are both considered Symbols in Crystal:
:!
:!=
puts typeof(:!) #=> Symbol puts typeof(:!=) #=> Symbol
However, the sublime syntax highlighter scopes them as operators instead:
FWIW, the most recent Ruby highlighter (built into Sublime) also has this same problem.
:!
and:!=
are both considered Symbols in Crystal:However, the sublime syntax highlighter scopes them as operators instead:
FWIW, the most recent Ruby highlighter (built into Sublime) also has this same problem.