Skip to content

Support #_#_ highlighting #528

Closed
Closed
@WorldsEndless

Description

@WorldsEndless

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions