Skip to content

Commit ecd9c9b

Browse files
committed
[ fix ] revert regexp for ipkg source dirs.
This unknowningly introduced an error.
1 parent 727d586 commit ecd9c9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: idris-ipkg-mode.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@
8787
`(,idris-ipkg-keywords))
8888

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

9394
;;; Completion
9495

0 commit comments

Comments
 (0)