Support the following syntax highlighting:
- git_commit
- git_config
- git_rebase
- diff(TODO)
- gitignore
- gitattributes
{
"terminal": {
"env": {
"EDITOR": "zed --wait"
}
}
}And Then
git add .
git commit
git push -f # take offSupport the following syntax highlighting:
{
"terminal": {
"env": {
"EDITOR": "zed --wait"
}
}
}And Then
git add .
git commit
git push -f # take off