mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
support more rebase verbs (fixes #4140)
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>match</key>
|
||||
<string>^\s*(pick|p|reword|r|edit|e|squash|s|fixup|f)\s+([0-9a-f]+)\s+(.*)$</string>
|
||||
<string>^\s*(pick|p|reword|r|edit|e|squash|s|fixup|f|d|drop|x|exec)\s+([0-9a-f]+)\s+(.*)$</string>
|
||||
<key>name</key>
|
||||
<string>meta.commit-command.git-rebase</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user