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

make angular regexes more strict #20

Merged
merged 1 commit into from
Feb 5, 2020

Conversation

bertyhell
Copy link
Contributor

currently it marks "controller.ts" as an angular file
But it should only match files that have abc.controller.ts
So i updated the regexes to require a non alphanumeric character before the "controller.ts" string

image

image

currently it marks "controller.ts" as an angular file
But it should only match files that have abc.controller.ts
So i updated the regexes to require a non alphanumeric character before the "controller.ts" string
@jonathanlermitage
Copy link
Owner

Thx!

@jonathanlermitage jonathanlermitage merged commit c028c11 into jonathanlermitage:master Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants