Skip to content

Conversation

sigmaSd
Copy link

@sigmaSd sigmaSd commented Mar 6, 2025

This PR adds 'extension.toml' file, converting from the existing 'extension.json' configuration.
See zed-industries/extensions#2104

This change was generated automatically and needs to be manually tested.
Bot script: https://github.com/sigmaSd/botfixzed/blob/master/bot.ts

extension.toml Outdated
id = "matlab"
schema_version = 1

[languages]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Listing the languages in the extension.toml is not required and is not recommended, as we read them from the languages/ directory during the packaging process.

extension.toml Outdated
[languages]
MATLAB = "languages/matlab"

[grammars]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have this top-level grammars key in addition to grammars.matlab is invalid.

We only want the grammars.matlab entry.

@maxdeviant
Copy link

The grammars/ directory must also be removed as part of this change.

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

Successfully merging this pull request may close these issues.

2 participants