Skip to content

Face for operators such as = * / separate from type face #171

@kauesena

Description

@kauesena

There should perhaps be a face for types and a face for symbols such as +=-^/*: which act as operators so that they would not have necessarily the same colour as types.

function quadratic2(a::Float64, b::Float64, c::Float64)
    # in emacs Float64 and = ^ - * are coloured the same
    sqr_term = sqrt(b^2-4a*c)
    r1 = quadratic(a, sqr_term, b)
    r2 = quadratic(a, -sqr_term, b)
    r1, r2
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions