Skip to content

Commit 4e614df

Browse files
authored
adds goto definition based on xref (#203)
This means `g d` in evil-mode now works in PureScript files by default.
1 parent 9ab7c84 commit 4e614df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psc-ide.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ on whether WARN is true. Optionally EXPANDs type synonyms."
810810
nil)
811811

812812
(cl-defmethod xref-backend-definitions ((_backend (eql psc-ide)) _symbol)
813-
nil)
813+
(psc-ide-goto-definition))
814814

815815
(cl-defmethod xref-backend-references ((_backend (eql psc-ide)) symbol)
816816
(let* ((usages (psc-ide-find-usages symbol))

0 commit comments

Comments
 (0)