I’ve created a list of completions to use with a custom Lua syntax and I’m attempting to have them appear after a : like this…
thing:<show-list-of-custom-completions>
Doing ctrl+shift+alt+p tells me the full scope for : is source.lua.custom punctuation.accessor.lua, but doing
"scope": "source.lua.custom punctuation.accessor.lua"
doesn’t show the completion list in the auto-complete. I would have to remove the punctuation scope for it to appear properly.
Is there something I’m missing here? Using ST4 4126
