Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add languages yaml-textmate & yaml-tmlanguage #1093

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

RedCMD
Copy link

@RedCMD RedCMD commented Feb 9, 2025

Fixes #1092

I could add them to "activationEvents" as well
but the 3rd party extensions can activate this one instead via "extensionDependencies"

vscode-yaml/package.json

Lines 41 to 44 in e696d9b

"activationEvents": [
"onLanguage:yaml",
"onLanguage:dockercompose"
],


also I think *.y(a)ml is a invalid glob pattern

documentSelector: [{ language: 'yaml' }, { language: 'dockercompose' }, { pattern: '*.y(a)ml' }],

Copy link
Contributor

@msivasubramaniaan msivasubramaniaan left a comment

Choose a reason for hiding this comment

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

Please update it on

vscode-yaml/package.json

Lines 41 to 44 in e696d9b

"activationEvents": [
"onLanguage:yaml",
"onLanguage:dockercompose"
],
as well

@RedCMD
Copy link
Author

RedCMD commented Mar 11, 2025

@msivasubramaniaan done thanks

@msivasubramaniaan
Copy link
Contributor

@RedCMD Please resolve the conflicts. Thanks

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.

Support YAML TextMate files
2 participants