-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: implement ignore blocks #12
feat: implement ignore blocks #12
Conversation
0b50716
to
c7ebd43
Compare
src/languages.ts
Outdated
], | ||
neutralTokens: [ | ||
"do", | ||
" -> ", | ||
" <- ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also had problems making this work. Maybe it's due to the way the Regexp is matched?
c147036
to
aed0fbe
Compare
Back from holidays :) Can you also update the changelog and credit yourself inside it ? I will release the version after that . Thanks a lot it's awesome ! |
I'm making some final adjustments regarding the main RegExp call (because some things break due to boundary matching), and as soon as I'm done, I'll push again! |
…string text ignoring and improve elixir syntax matching feat: support other languages in ignore blocks
aed0fbe
to
7154672
Compare
Done! |
Thanks a lot ! I will push a release in the coming days |
0.7 released 🚀 |
This allows for proper commented code and string text ignoring
Also, this PR improves the Elixir syntax matching
solves #4 and #5