mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 05:00:13 +00:00
adjust helix to include more comment tokens
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user