Skip to content

Support #_#_ highlighting #528

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

Closed
WorldsEndless opened this issue Jun 18, 2019 · 2 comments
Closed

Support #_#_ highlighting #528

WorldsEndless opened this issue Jun 18, 2019 · 2 comments

Comments

@WorldsEndless
Copy link

Syntax highlighting supports #_ form commenting; it would be excellent if it supported the stackable version of the same (e.g. #_#_ comments out the next 2 forms, which is what the compiler sees)

Expected behavior

#_#_ syntax highlights the next two forms as commented

Actual behavior

#_#_ has the same effect as #_, only highlighting one form.

Steps to reproduce the problem

In a clj[s] buffer, type #_ before a key in {:key 'val} and :key is highlighted as a comment. However, #_#_ should also highlight 'val as a comment, but it does not.

GNU Emacs 26.1 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.4)
clojure-mode (version 5.11.0-snapshot)

OpenSUSE Linux Tumbleweed

@kommen
Copy link
Contributor

kommen commented Aug 5, 2019

This is a duplicate of #404

@kommen
Copy link
Contributor

kommen commented Dec 8, 2019

I think this can be closed now that #545 has been merged.

@bbatsov bbatsov closed this as completed Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants