Skip to content

Commit

Permalink
Merge pull request idris-hackers#632 from jfdm/revert-regexp
Browse files Browse the repository at this point in the history
[ fix ] revert regexp for ipkg source dirs.
  • Loading branch information
jfdm authored Jul 4, 2024
2 parents 38dd238 + ecd9c9b commit 09de86a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions idris-ipkg-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@
`(,idris-ipkg-keywords))

(defconst idris-ipkg-sourcedir-re
"^sourcedir\\s-*=\\s-*\"?\\([a-zA-Z/0-9]+\\)\"?")
;; "^\\s-*sourcedir\\s-*=\\s-*\\(\\sw+\\)"
;; "^sourcedir\\s-*=\\s-*\"?\\([a-zA-Z/0-9]+\\)\"?"
"^\\s-*sourcedir\\s-*=\\s-*\\(\\sw+\\)"
)

;;; Completion

Expand Down

0 comments on commit 09de86a

Please sign in to comment.