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:
Adam Christiansen 2022-05-09 09:28:37 -06:00
parent 70013f5174
commit 1735aae85f

View File

@ -53,7 +53,7 @@ add-highlighter shared/git-commit/comments/ regex "\b(?:(modified)|(deleted)|(ne
provide-module git-ignore %{
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/comments regex '^#.*?$' 0:comment
}