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

Support Nim export marker #407

Closed Schnouki closed 2 years ago

Schnouki commented 2 years ago

In Nim, exported definitions are marked with an asterisk. That's the case for functions/procedures/templates, variables/constants, and types. This PR adds support for definitions with that export marker.