I have https://github.com/deathaxe/sublime-commands installed, which gives me command palette options to load certain Git files, like repo config or global config. AutoSetSyntax works nicely with this.
But I recently decided to try out A File Icon instead of FileIcons. Suddenly, ASS is no longer activating when I use those files. I would have thought that the current syntax would not matter since the scope selector is just - text.git.config.
Opening something directly from the sidebar correctly assigns the syntax. After opening with the command palette, using the ASS entry in the command palette to activate also works fine.
Is there something I'm missing?
I have https://github.com/deathaxe/sublime-commands installed, which gives me command palette options to load certain Git files, like repo config or global config. AutoSetSyntax works nicely with this.
But I recently decided to try out A File Icon instead of FileIcons. Suddenly, ASS is no longer activating when I use those files. I would have thought that the current syntax would not matter since the scope selector is just
- text.git.config.Opening something directly from the sidebar correctly assigns the syntax. After opening with the command palette, using the ASS entry in the command palette to activate also works fine.
Is there something I'm missing?