adjust helix to include more comment tokens

This commit is contained in:
Noah Masur 2025-05-03 20:33:48 -04:00
parent 5966368620
commit 9b30f91b1d

View File

@ -87,6 +87,14 @@ in
command = lib.getExe pkgs.mdformat;
args = [ "-" ];
};
# Allows return key to continue the token on the next line
comment-tokens = [
"-"
"+"
"*"
"- [ ]"
">"
];
}
{
name = "tfvars";