Skip to content
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

feat: clojure language comment patterns #19

Merged
merged 2 commits into from
May 23, 2024

Conversation

practicalli-johnny
Copy link
Contributor

Add ;; for full line comments and ; for end of line comments, as defined in the Clojure Style Guide

https://guide.clojure.style/#two-semicolons-for-code-fragment

Add `;;` for full line comments and `;` for end of line comments, as defined in the Clojure Style Guide

https://guide.clojure.style/#two-semicolons-for-code-fragment
@practicalli-johnny practicalli-johnny changed the title config: clojure language comment patterns feat: clojure language comment patterns May 23, 2024
Language order check failing.  Swap order of clojure and c_sharpe language patterns in config.
@folke folke merged commit 1d5d975 into folke:main May 23, 2024
3 checks passed
@folke
Copy link
Owner

folke commented May 23, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants