Skip to content

Commit 2856d17

Browse files
committed
🐛 Fix type clause operators
The type clause operators `<:` and `>:` are now treated inside `(operator)`.
1 parent 662174f commit 2856d17

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

julia-ts-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ Otherwise, the indentation is:
220220
(slurp_parameter "..." @font-lock-type-face)
221221
(splat_expression "..." @font-lock-type-face)
222222
(ternary_expression ["?" ":"] @font-lock-type-face)
223-
(type_clause ["<:", ">:"] @font-lock-type-face)
224223
(["." "::"] @font-lock-type-face))
225224

226225
:language 'julia

0 commit comments

Comments
 (0)