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

GDScript snippets dont indent correctly #1524

Open
Rayquaza01 opened this issue Aug 25, 2024 · 0 comments
Open

GDScript snippets dont indent correctly #1524

Rayquaza01 opened this issue Aug 25, 2024 · 0 comments

Comments

@Rayquaza01
Copy link

When expanding GDScript snippets, rather than indenting it inserts \t.

For example, expanding func, I would expect:

func method(args);
	pass

But instead it gives:

func method(args):
\tpass

I think this is a mistake, because it seems like other snippets that use tabs to indent use an actual tab character instead of \t. I don't know if some snippet engines expand \t, but LuaSnip and coc-snippets both don't.

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

1 participant