Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"activationEvents": [
"onLanguage:yaml",
"onLanguage:dockercompose",
"onLanguage:github-actions-workflow"
"onLanguage:github-actions-workflow",
"onLanguage:yaml-textmate",
"onLanguage:yaml-tmlanguage"
],
"keywords": [
"kubernetes",
Expand Down
2 changes: 2 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export function startClient(
{ language: 'yaml' },
{ language: 'dockercompose' },
{ language: 'github-actions-workflow' },
{ language: 'yaml-textmate' },
{ language: 'yaml-tmlanguage' },
{ pattern: '*.y(a)ml' },
],
synchronize: {
Expand Down