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

Add xml option to add new keyword provided by the module #2878

Open
hurricup opened this issue Aug 18, 2024 · 0 comments
Open

Add xml option to add new keyword provided by the module #2878

hurricup opened this issue Aug 18, 2024 · 0 comments

Comments

@hurricup
Copy link
Collaborator

We are able to provide exports/implicitly declared methods, but not keywords. This requires to use some hacky ways to handle the documentation and completion or write the custom logic.
Ideally we would need to update lexer/parser if necessary and just register those in xml file.

hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
hurricup added a commit that referenced this issue Aug 18, 2024
- `await` is now parsed as an unary named operator
- `async`/`await` are now implicitly declared and auto-imported as subs from the package, making completion and quickdoc work as expected

Fixes #2876 #2873
See also: #2878 #2877 #2875
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

1 participant