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 support for <script type=“text/babel”> #932

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

thecrypticace
Copy link
Contributor

@thecrypticace thecrypticace commented Mar 22, 2024

Requires #930
Fixes #906

Now in an HTML file (or any HTML "context") a <script type="text/babel"> block will be treated as containing JSX and can show completions, hovers, etc… rather than just being a block of text that intellisense doesn't know about.

@RobinMalfait RobinMalfait changed the base branch from master to fix/vue-style-sass March 22, 2024 13:53
@RobinMalfait
Copy link
Member

Changed the base branch for easier diff view.

Base automatically changed from fix/vue-style-sass to master March 22, 2024 13:54
Copy link
Member

@RobinMalfait RobinMalfait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking good, can you just update the description to have a tiny bit more detail?

@thecrypticace
Copy link
Contributor Author

Done

@thecrypticace thecrypticace merged commit 381d70a into master Mar 22, 2024
@thecrypticace thecrypticace deleted the fix/script-type-text-babel branch March 22, 2024 13:57
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.

Auto-Completion in dataformsjs script does not work
2 participants