Skip to content

' (apostrophe) within/at end of symbol not counted as part of symbol #290

Open
@tanzoniteblack

Description

@tanzoniteblack

Currently clojure-mode appears to be treating dec' as the symbol dec with a ' following it.

This is made most obvious when I call cider-find-var on dec' at it finds the symbol at point to be dec and takes me to that function definition instead of dec'.

Care should be taken in resolving this bug that the prefixed ' (such as in 'clojure.core/dec) isn't treated as part of the symbol.

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

    Issue actions