Open
Description
The new syntax introduced with hylang/hy#2270 is not being recognized by hy-mode
. For example:
(import click)
(defn
[click.command
(click.option "--name")]
main [name]
(print "Hi" name))
(when (= __name__ "__main__") (main))
Here, the defun is not highlighted correctly. The responsible part is probably this:
Lines 347 to 352 in df81486
Metadata
Metadata
Assignees
Labels
No labels