Skip to content

Commit d693c6b

Browse files
committed
Correct operator faces
1 parent cdb70b1 commit d693c6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

julia-ts-mode.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,15 +282,15 @@ Otherwise, the indentation is:
282282

283283
:language 'julia
284284
:feature 'operator
285-
`((adjoint_expression "'" @font-lock-keyword-face)
286-
(let_binding (operator) @font-lock-keyword-face)
285+
`((adjoint_expression "'" @font-lock-operator-face)
286+
(let_binding (operator) @font-lock-operator-face)
287287
((for_binding (operator) @font-lock-keyword-face)
288288
(:match "^\\[=∈\\]$" @font-lock-keyword-face))
289289
(arrow_function_expression "->" @font-lock-keyword-face)
290-
(operator) @font-lock-keyword-face
291-
(splat_expression "..." @font-lock-keyword-face)
290+
(operator) @font-lock-operator-face
291+
(splat_expression "..." @font-lock-misc-punctuation-face)
292292
(ternary_expression ["?" ":"] @font-lock-keyword-face)
293-
(["." "::"] @font-lock-keyword-face))
293+
(["." "::"] @font-lock-operator-face))
294294

295295
:language 'julia
296296
:feature 'interpolation

0 commit comments

Comments
 (0)