Add support for multiple scopes per a language #4796
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
textmate
issues related to the textmate grammars
Description
For example PHP language can be used in its own files, like *.php as well as embedded into *.html code. In order to support it VSCode registers two different contexts for the same languages, see: https://github.com/Microsoft/vscode/blob/master/extensions/php/package.json#L32.
The same approach is required in Theia.
The text was updated successfully, but these errors were encountered: