removed BT and added TB

This commit is contained in:
Sibin Thomas 2023-07-19 20:21:15 +05:30
parent 9c2afac319
commit 863d1bfd4d
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ cherry\-pick(?=\s|$) return 'CHERRY_PICK';
// "reset" return 'RESET';
checkout(?=\s|$) return 'CHECKOUT';
"LR" return 'DIR';
"BT" return 'DIR';
"TB" return 'DIR';
":" return ':';
"^" return 'CARET'