Closed CameronBieganek closed 3 years ago
This is a tricky one. The following is correct Julia syntax:
julia> [1:3..., 7:9...] 6-element Vector{Int64}: 1 2 3 7 8 9
But the TextMate grammar treats the code as a floating point 3. followed by two dots, and similarly for the 9:
3.
9
This is a tricky one. The following is correct Julia syntax:
But the TextMate grammar treats the code as a floating point
3.
followed by two dots, and similarly for the9
: