Skip to content

Font-lock function names in letfn #365

Open
@bbatsov

Description

@bbatsov
Member

It'd be nice if function names in letfn were font-locked as function names. Here's a simple code snippet:

(letfn [(twice [x]
           (* x 2))
        (six-times [y]
           (* (twice y) 3))]
  (println "Twice 15 =" (twice 15))
  (println "Six times 15 =" (six-times 15)))

Activity

MalloZup

MalloZup commented on Aug 5, 2019

@MalloZup

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bbatsov@MalloZup

        Issue actions

          Font-lock function names in letfn · Issue #365 · clojure-emacs/clojure-mode