-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
designThis requires some design considerationsThis requires some design considerationsenhancementNew feature or requestNew feature or request
Description
Currently, we generate an Atom-style CSON grammar file. However, support for TextMate-style scopes is weak. So this has two tasks:
- Finish Expand support for TextMate-style scopes #3
- Figure out how to merge with modes-atom
The last task requires some design thinking: The grammar file is automatically generated. Automatically generated files are best kept out of git. However, Atom language extensions must be published as an Atom package (e.g., language-emerald), which in turn requires that the package is backed by a GitHub repository.
It seems that there is no choice but to include the automatically generated file in modes-atom. There could however be some tooling to avoid common mistakes with having automatically generated code in your repository.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
designThis requires some design considerationsThis requires some design considerationsenhancementNew feature or requestNew feature or request