folke / ts-comments.nvim

Tiny plugin to enhance Neovim's native comments
Apache License 2.0
351 stars 23 forks source link

feat: clojure language comment patterns #19

Closed practicalli-johnny closed 5 months ago

practicalli-johnny commented 5 months ago

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

folke commented 5 months ago

Thanks!