Fixed the action regexp which was too greedy.
This commit is contained in:
parent
f4ef288e77
commit
78800f2104
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@
|
||||||
(group
|
(group
|
||||||
(** 7 40 (char "0-9" "a-f" "A-F"))) ;sha1
|
(** 7 40 (char "0-9" "a-f" "A-F"))) ;sha1
|
||||||
(char space)
|
(char space)
|
||||||
(* anything) ; msg
|
(* not-newline))
|
||||||
line-end)
|
|
||||||
"Regexp that matches an action line in a rebase buffer.")
|
"Regexp that matches an action line in a rebase buffer.")
|
||||||
|
|
||||||
(defvar rebase-mode-font-lock-keywords
|
(defvar rebase-mode-font-lock-keywords
|
||||||
|
|
Loading…
Add table
Reference in a new issue