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

define* not considered as definition #3

Open
8191 opened this issue Jul 31, 2022 · 1 comment
Open

define* not considered as definition #3

8191 opened this issue Jul 31, 2022 · 1 comment

Comments

@8191
Copy link

8191 commented Jul 31, 2022

The star-form of define (define*) is not considered a definition and their definitions are therefore not indexed.

definition_keywords: |-
(?x)
(?:define(?:-(?:condition-type
|enumeration
|ftype
|property
|record(?:-type)?
|s(?:tructure|yntax)
|values))?
|trace-define(?:-syntax)?)

As a quick workaround I've modified (?:define(?:-(?:condition-type to (?:define\*?(?:-(?:condition-type, but I'm sure there are negative side-effects...

@absop
Copy link
Owner

absop commented Oct 26, 2022

Sorry for the too late reply, what's the negative side-effects?

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

No branches or pull requests

2 participants