uncomment 3.0.0

A CLI tool to remove comments from code using tree-sitter for accurate parsing
Documentation
1
2
3
4
5
6
7
8
[default.extend-words]
# Valid file extension for Clojure EDN data format
edn = "edn"
# Git commit hashes in CHANGELOG
ba = "ba"

[files]
extend-exclude = ["CHANGELOG.md"]