clojure-emacs / clojure-ts-mode

The next generation Clojure major mode for Emacs, powered by TreeSitter
GNU General Public License v3.0
129 stars 11 forks source link

V1 Todo List #1

Closed dannyfreeman closed 1 year ago

dannyfreeman commented 1 year ago

This is what I have left to do before this is ready for general use:

This issue is for me to keep track of what needs to be done, not for gathering feedback. Anyone should feel free to open a separate issue if they have a question, bug, request, etc.

dannyfreeman commented 1 year ago

Regarding installing the clojure grammar, https://github.com/emacs-mirror/emacs/blob/0562006da3b6f0147069a9aea75c08a9a0a4e6d8/lisp/treesit.el#L2658 is available for major modes like this one to use now.

dannyfreeman commented 1 year ago

I have moved semantic indentation and listing on non-gnu ELPA in new ticket in this repository.

https://github.com/clojure-emacs/clojure-ts-mode/issues/9 https://github.com/clojure-emacs/clojure-ts-mode/issues/8

dannyfreeman commented 1 year ago

I did everything here. Marking done