-
-
Notifications
You must be signed in to change notification settings - Fork 45
Add clojure-ts-mode
support
#217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
db9a614
to
3164af1
Compare
3164af1
to
ae8dcea
Compare
7ee985a
to
814bc00
Compare
814bc00
to
65ca102
Compare
@rrudakov I've noticed that the CI was not running and I fixed it today. Seems your changes introduced a few warnings https://app.circleci.com/pipelines/github/clojure-emacs/inf-clojure/123/workflows/de4bff6a-64d8-458d-8ba7-e337b2ea9eff/jobs/413 Nothing major, but I wanted to mention it so we won't forget about them. |
Thanks. I'll take a look later today. |
#215 has no activity for more than 2 years, so I decided to create a new one.
Initially I planned to add a new
inf-clojure-preferred-major-mode
variable, but then I discoveredinf-clojure-source-modes
and I think it's a good idea to use it for this feature.clojure-ts-mode
is used in the most places if selected as a preferred major mode, except a few places where required functions are missing. I left comments in the code.Before submitting the PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):
M-x checkdoc
warningsThanks!