8000 Is there a way to have unicode characters working like idents? · Issue #230 · cpitclaudel/company-coq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Is there a way to have unicode characters working like idents? #230
Open
@beta-ziliani

Description

@beta-ziliani

If I define a rule

(* Local Variables: *)
(* company-coq-local-symbols: ( ("_M" . ?ℳ) ) *)
(* End: *)

I would expect _M1, _M', _M_blah be printed as ℳ₁, ℳ', and ℳ_blah respectively.

Instead, I need to redefine them too as in:
("_M'" . (?ℳ (Br . Bl) ?'))

Which is far from ideal.

Is there a way to have this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0