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

Not working with Sublime Text 3 #42

Open
rhhamburg opened this issue Mar 11, 2019 · 6 comments
Open

Not working with Sublime Text 3 #42

rhhamburg opened this issue Mar 11, 2019 · 6 comments
Assignees

Comments

@rhhamburg
Copy link

The current version will not work with Sublime Text Build 3176 on macOS Mojave 10.14.3 😞.

@mattbanks mattbanks self-assigned this Mar 14, 2019
@mattbanks
Copy link
Owner

@rhhamburg I'll try to take a look in the next week. I don't have ST3 installed anymore (I've switched to Visual Studio Code), so I'll have to download it and get it spun up. I haven't been following ST3 development, so I'm not sure if anything changed with how plugins work.

@tsyroid
Copy link

tsyroid commented Aug 3, 2019

Confirmed: ST3 Build 3208 Mojave 10.14.6
Sure would love this plugin :-) TIA
Any way to manually drop this in somehow?

@0xdevalias
Copy link

So I made a test file foo.sh in ST3, which by default uses the 'Bourne Again Shell (Bash)' syntax

image

We can use 'Open all with current extension as...' to manually tell ST3 to use the specified syntax for all files with a matching extension
image

We can override syntax specific settings with the Sublime Text -> Preferences -> Settings - Syntax specific (macOS) menu item (ref: StackOverflow)

image

This opens the Bash.sublime-settings file in your ST3 directory

image

Which as you can see in the screenshot, has the syntax required for the override we just created:

{
  "extensions":
  [
    "foo"
  ]
}

So I expect the reason this package doesn't work in ST3 currently is that it customizes the wrong file for ST3 to pick it up, and uses slightly different syntax.

@mattbanks as you mentioned in #42 (comment) that you don't really use ST anymore, I was wondering if you would consider transferring control of this package? I would be happy to take over maintaining it, either directly under my own GitHub, or under a GitHub organisation so that it is 'namespaced', and multiple maintainers/related packages could be scoped to it.

@ThomasHineXYZ
Copy link

This is still not working on Sublime Text 4

@mattbanks as you mentioned in #42 (comment) that you don't really use ST anymore, I was wondering if you would consider transferring control of this package? I would be happy to take over maintaining it, either directly under my own GitHub, or under a GitHub organisation so that it is 'namespaced', and multiple maintainers/related packages could be scoped to it.

@0xdevalias That might be a good idea if @mattbanks doesn't want to maintain this anymore.

@mattbanks
Copy link
Owner

I would be happy to transfer this over if someone is interested in maintaining. I think creating an org would be best to have it namespaces and allow multiple code owners going forward.

As I haven't used ST in a very long time. I can't say for sure how transferring the repo will affect the package URL for search/downloads, so I want to call that out for whoever is taking it over. @0xdevalias if you want to create a namespaced org for this, we can transfer the repo over.

@Lilac-Orange
Copy link

I would love to continue the development.

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

No branches or pull requests

6 participants