File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments