lang/crystal: add :lookup definitions/references support
This commit is contained in:
parent
cf75e203b6
commit
24bf471f55
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
:mode "\\.cr$"
|
||||
:interpreter "crystal"
|
||||
:config
|
||||
(set! :lookup 'crystal-mode
|
||||
:definition #'crystal-def-jump
|
||||
:references #'crystal-tool-imp)
|
||||
(set! :eval 'crystal-mode
|
||||
'((:command . "crystal")
|
||||
(:exec . "%c %s")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue