Skip to content

Commit

Permalink
fix: any form can be passed as a tag content
Browse files Browse the repository at this point in the history
  • Loading branch information
carocad committed Nov 3, 2020
1 parent 347e897 commit 67fc0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clojure.g4
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var_quote: '#\'' ignore* form;

discard: '#_' ignore* form;

tag: '#' symbol ignore* (literal | collection | tag);
tag: '#' symbol ignore* form;

conditional: '#?' whitespace* list;

Expand Down

0 comments on commit 67fc0c0

Please sign in to comment.