jacktasia / dumb-jump

an Emacs "jump to definition" package for 50+ languages
GNU General Public License v3.0
1.57k stars 150 forks source link

Added some janet support #435

Closed dleslie closed 1 year ago

dleslie commented 1 year ago

This adds some fairly basic support for the Janet programming language. Function definitions and variable definitions should work, but does not (yet) support more complex binding forms like let, loop, and seq.

jacktasia commented 1 year ago

Thanks!