-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
@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. |
Confirmed: ST3 Build 3208 Mojave 10.14.6 |
So I made a test file 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 We can override syntax specific settings with the This opens the 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. |
This is still not working on Sublime Text 4
@0xdevalias That might be a good idea if @mattbanks doesn't want to maintain this anymore. |
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. |
I would love to continue the development. |
The current version will not work with Sublime Text
Build 3176
onmacOS Mojave 10.14.3
😞.The text was updated successfully, but these errors were encountered: