sublime-treesitter / TreeSitter

Sublime Text Tree-sitter configuration and abstraction layer
MIT License
19 stars 1 forks source link

installed_languages should not be required #10

Closed rchl closed 7 months ago

rchl commented 7 months ago

Making installed_languages required in schema IMO doesn't make sense since it's not required in user settings because it's inherited from default settings so not having it should not raise a warning.

https://github.com/sublime-treesitter/TreeSitter/blob/20ffa941686ad7698f9daee24fc4b28a7202e3c7/sublime-package.json#L110

kylebebak commented 7 months ago

Agreed, thanks for catching this. This is fixed in https://github.com/sublime-treesitter/TreeSitter/releases/tag/1.5.1