-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Syntax Lookup: Extension Points #444
Syntax Lookup: Extension Points #444
Conversation
``` | ||
|
||
</CodeTab> | ||
|
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.
It's also very useful to do imports with side-effects like this: | |
```res | |
%%raw(`import "main.css"`) | |
``` | |
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.
Great, I've included this change 👍
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.
Looking really sharp 👍
Made some comments, might need some file renaming, and some commit suggestion batching. All in all I like it.
Co-authored-by: Patrick Ecker <[email protected]>
Co-authored-by: Patrick Ecker <[email protected]>
Co-authored-by: Patrick Ecker <[email protected]>
Co-authored-by: Patrick Ecker <[email protected]>
Co-authored-by: Patrick Ecker <[email protected]>
Co-authored-by: Patrick Ecker <[email protected]>
Hi @ryyppy, thanks for your suggestions, they look super clean. I believe I've applied all of them. Edit: I didn't apply the link suggestion as they're currently not working for me. Let me know what your preference is here. I'd be happy to take a look at the routing code if you like. |
How does this not work? strange. Okay yeah then we need to check what's wrong and fix that first. If you wanna take a stab at this, feel free to do so! |
@@ -0,0 +1,57 @@ | |||
--- |
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.
One last request: Can you rename this file to extension_raw_top_level_expression.mdx
? Then we are ready to go!
Perfect, thanks! |
Suggestion for #162
First pass at adding Extension Point docs to Syntax Lookup.
Feel free to edit.