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:
282
282
283
283
:language 'julia
284
284
: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)
287
287
((for_binding (operator) @font-lock-keyword-face)
288
288
(:match " ^\\ [=∈\\ ]$" @font-lock-keyword-face))
289
289
(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)
292
292
(ternary_expression [" ?" " :" ] @font-lock-keyword-face)
293
- ([" ." " ::" ] @font-lock-keyword -face))
293
+ ([" ." " ::" ] @font-lock-operator -face))
294
294
295
295
:language 'julia
296
296
:feature 'interpolation
You can’t perform that action at this time.
0 commit comments