Skip to content

feat(LEXER): support function names containing dots #97

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

Merged
merged 1 commit into from
Jul 28, 2025

Conversation

niall-byrne
Copy link
Contributor

Bash supports having dots in function names:

pseudo.oo.fn() { echo "hello there"; }

This short commit expands the regex to support this usage.

@infertux
Copy link
Owner

Thank you for the patch and for updating the test. I will merge it shortly.

@infertux infertux merged commit adf4a1b into infertux:master Jul 28, 2025
11 checks passed
@infertux
Copy link
Owner

@niall-byrne FYI I just published Bashcov 3.2.0 with this fix (and a few other fixes).

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