Skip to content

Commit

Permalink
fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipe1 committed Jan 14, 2024
1 parent 340adbc commit 335882f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumb-jump.el
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ or most optimal searcher."
:tests ("error test();" "error test (uint x)" "error test(uint x, address y)"))

(:type "contract" :supports ("ag" "grep" "rg" "git-grep") :language "solidity"
:regex "contract\\s*JJJ\\s*(is|{)"
:regex "contract\\s*JJJ\\s*(is|\\\{)"
:tests ("contract test{" "contract test {" "contract test is foo"))

;; R
Expand Down

0 comments on commit 335882f

Please sign in to comment.