Skip to content

Support YAML TextMate files #1092

@RedCMD

Description

@RedCMD

Allow support for subset YAML languages
e.g. yaml-textmate, yaml-tmlanguage
RedCMD/TmLanguage-Syntax-Highlighter#19

This would allow extension authors to create custom highlighting for their subset yaml language
as VSCode doesn't allow overriding the default syntax highlighter for a particular file glob pattern without making an entirely new language
custom highlighting:
Image

both https://marketplace.visualstudio.com/items?itemName=pedro-w.tmlanguage and (in the future) https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter would like to enable this YAML extension on their subset yaml languages

a (temporary) specific solution for just us ^ PR: #1093

otherwise a generic solution for everyone can be found here:

"yamlLanguageParticipants": [
	{
		"languageId": "foobar"
	}
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions