mirror of
https://github.com/nmasur/dotfiles
synced 2025-05-10 04:15:51 +00:00
adjust helix to include more comment tokens
This commit is contained in:
parent
5966368620
commit
9b30f91b1d
@ -87,6 +87,14 @@ in
|
|||||||
command = lib.getExe pkgs.mdformat;
|
command = lib.getExe pkgs.mdformat;
|
||||||
args = [ "-" ];
|
args = [ "-" ];
|
||||||
};
|
};
|
||||||
|
# Allows return key to continue the token on the next line
|
||||||
|
comment-tokens = [
|
||||||
|
"-"
|
||||||
|
"+"
|
||||||
|
"*"
|
||||||
|
"- [ ]"
|
||||||
|
">"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "tfvars";
|
name = "tfvars";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user