Skip to content

Different truncation behavior for "base suffix" completion in sublime-syntax #322

Description

@michaelblyons

This is about the completion helper when editing sublime-syntax files. There's one completion for "base suffix" that I believe is derived from the base scope (e.g. text.plain you get plain as a completion). I believe it's taking a substring of the last . to the end of the scope name.

What I would like it to do is take a substring from the first . to the end of the scope name. If I'm editing text.git.config, I want the "base suffix" completion to offer git.config, not config.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions