Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Added support for the Nim programming language. #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JHonaker
Copy link

I added support for the Nim programming language.

It supports finding proc, template, macro, and block definitions.

I couldn't think of regex that would let me match var, const, or type definitions like this:

type
  TestType = ref object
  TestTypeObj = object

and match both TestType and TestTypeObj without including a bunch of non-definitions. If anyone has any ideas, let me know. Type definition would be really useful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant