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 opening code block delimiters too #145

Open
newbiePythonist opened this issue Jan 28, 2024 · 0 comments
Open

add support for opening code block delimiters too #145

newbiePythonist opened this issue Jan 28, 2024 · 0 comments

Comments

@newbiePythonist
Copy link

newbiePythonist commented Jan 28, 2024

Hello, how can i avoid having to type the opening delimiter in order to get automatically inserted the closing one? Given a lua example where "|" is the cursor, i'd like to get from this:

if condition|

to this:
if condition then
|
end

or in a bash example:
while condition|

while condition do
|
done

At the moment i still have to type "then" or "do" in order to tell the plugin i'm opening a code block, i'd like to just press and see it open and closes automatically my code block. Thanks

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