-
Notifications
You must be signed in to change notification settings - Fork 138
✨ Injected Languages #16
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
🏁 Complete
Injected languages are important for languages like
HTMLwhich might embedCSSorJavaScriptcode blocks.Example Use Cases
HTMLimplementsCSS,JavaScriptJavaScriptimplementsregex,jsdoc,HTML/ReactInjections.scm
Some grammars that support injections have an additional
injections.scmfile in theirqueriesfolder.An example is tree-sitter-html:
We need to figure out how to parse and load the associated injected languages in addition to the base language itself.
Resources