We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fe854 commit 6ed3e58Copy full SHA for 6ed3e58
2 files changed
grammar.js
@@ -394,7 +394,8 @@ module.exports = grammar({
394
'label',
395
'reset',
396
'break',
397
- 'merge'
+ 'merge',
398
+ 'update-ref'
399
),
400
ANYTHING
401
test/corpus/generated_comments.txt
@@ -723,6 +723,7 @@ Rebase command
723
# Dernières commandes effectuées (2 commandes effectuées) :
724
# pick d7e8984 gregreg
725
# edit 56f5d83 test
726
+# update-ref db315c8
727
# Aucune commande restante.
728
729
--------------------------------------------------------------------------------
@@ -736,4 +737,6 @@ Rebase command
736
737
(rebase_command))
738
(generated_comment
739
740
+ (generated_comment
741
+ (rebase_command))
742
(generated_comment))
0 commit comments