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 code formatting support for twee files? #118

Open
Jaykingamez opened this issue Sep 6, 2022 · 1 comment
Open

Add code formatting support for twee files? #118

Jaykingamez opened this issue Sep 6, 2022 · 1 comment
Labels
accepting PRs Contributions welcome

Comments

@Jaykingamez
Copy link

For example, it will turn the below into

<<script>>
console.log(JSON.stringify( State.variables.player, null, 4))
<</script>>
<<script>>
    console.log(JSON.stringify( State.variables.player, null, 4))
<</script>>

automatically on save.

@cyrusfirheir
Copy link
Owner

Is on the list of things to do, yes.

@cyrusfirheir cyrusfirheir added the accepting PRs Contributions welcome label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting PRs Contributions welcome
Projects
None yet
Development

No branches or pull requests

2 participants