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

ulsp: Add dot and dual colon completion support #357

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

mstreeter10
Copy link
Contributor

No description provided.

line ? {
tab(charNum)
move(-2)
if move() == ":" & move() == ":" then {
Copy link
Member

Choose a reason for hiding this comment

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

this is the same as

if  = "::" then {

Copy link
Member

Choose a reason for hiding this comment

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

I guess it is a bit different. Since = will only move the scan position if there is a match.

@Jafaral Jafaral merged commit 97f2113 into uniconproject:master Jan 25, 2024
16 checks passed
@mstreeter10 mstreeter10 deleted the ulsp branch February 1, 2024 02:05
ValG4 pushed a commit to ValG4/unicon that referenced this pull request Dec 7, 2024
ulsp: Add dot and dual colon completion support
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.

2 participants