-
Notifications
You must be signed in to change notification settings - Fork 154
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
Bug: Vscode snippet resolution not working #27
Comments
thanks for the quick fix, but unfortunately, the issue still persists, |
ah, sorry, my bad, haven't noticed that due to the |
lopi-py
pushed a commit
to lopi-py/blink.cmp
that referenced
this issue
Oct 10, 2024
lopi-py
pushed a commit
to lopi-py/blink.cmp
that referenced
this issue
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the vs code snippet syntax, that plugins like nvim-snippet and luasnip both support, has tokens like
$LINE_COMMENT
, which dynamically insert content.I have a snippet which does
$LINE_COMMENT TODO:
which, in a lua file, inserts-- TODO:
. However, with blink.cmp, this is not correctly resolved, andLINE_COMMENT TODO:
is inserted.The text was updated successfully, but these errors were encountered: