# Quick Start: Adding Languages to Uncomment
#
# uncomment ships with 49 built-in languages. To add more, just define
# the language here. Grammars are downloaded automatically.
# See: https://github.com/kreuzberg-dev/tree-sitter-language-pack
[]
= false
= false
# Add Hare support
[]
= "Hare"
= ["ha"]
= ["comment"]
# Add Crystal support
[]
= "Crystal"
= ["cr"]
= ["comment"]
# Override Python settings
[]
= "Python"
= ["py", "pyw", "pyi"]
= ["comment"]
= ["noqa:", "type:", "mypy:"]
= true