Fixed extra + sign leftover from patch
An extra + sign was removed that was a remnant of a suggested patch/diff.
This commit is contained in:
parent
70013f5174
commit
1735aae85f
|
@ -53,7 +53,7 @@ add-highlighter shared/git-commit/comments/ regex "\b(?:(modified)|(deleted)|(ne
|
||||||
|
|
||||||
provide-module git-ignore %{
|
provide-module git-ignore %{
|
||||||
add-highlighter shared/git-ignore group
|
add-highlighter shared/git-ignore group
|
||||||
+add-highlighter shared/git-ignore/glob regex '(?<!\\)(?:\\\\)*\K(\*\*?|\?|\[.*?(?<!\\)(?:\\\\)*\])' 0:operator
|
add-highlighter shared/git-ignore/glob regex '(?<!\\)(?:\\\\)*\K(\*\*?|\?|\[.*?(?<!\\)(?:\\\\)*\])' 0:operator
|
||||||
add-highlighter shared/git-ignore/negate regex '^!' 0:operator
|
add-highlighter shared/git-ignore/negate regex '^!' 0:operator
|
||||||
add-highlighter shared/git-ignore/comments regex '^#.*?$' 0:comment
|
add-highlighter shared/git-ignore/comments regex '^#.*?$' 0:comment
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user