Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for line start in regular expression #57

Open
rixatron opened this issue Oct 1, 2016 · 1 comment
Open

Support for line start in regular expression #57

rixatron opened this issue Oct 1, 2016 · 1 comment

Comments

@rixatron
Copy link

rixatron commented Oct 1, 2016

I'm using this project to create a static analysis tool for VBA (https://github.com/rixatron/vbacop) and I'm having some trouble with pre-processor directives which require the '#' to the be first the first character on the line. As far as I can see this isn't currently supported but I can't see a way to do without having support for detecting a new line in the regular expressions.

I'm happy to do the work myself to add this but I'm not sure how I'd go about implementing such a thing. Any help would be greatly appreciated.

@bartdebruijn1
Copy link

Not sure if this is an easy thing to do, but I would like to have that feature to for the project I'm working on.

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

No branches or pull requests

3 participants