Skip to content

Commit b306979

Browse files
authored
Add languages yaml-textmate & yaml-tmlanguage (#1093)
* Add languages `yaml-textmate` & `yaml-tmlanguage` * Add to `activationEvents`
1 parent 81449fb commit b306979

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
"activationEvents": [
4242
"onLanguage:yaml",
4343
"onLanguage:dockercompose",
44-
"onLanguage:github-actions-workflow"
44+
"onLanguage:github-actions-workflow",
45+
"onLanguage:yaml-textmate",
46+
"onLanguage:yaml-tmlanguage"
4547
],
4648
"keywords": [
4749
"kubernetes",

src/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ export function startClient(
121121
{ language: 'yaml' },
122122
{ language: 'dockercompose' },
123123
{ language: 'github-actions-workflow' },
124+
{ language: 'yaml-textmate' },
125+
{ language: 'yaml-tmlanguage' },
124126
{ pattern: '*.y(a)ml' },
125127
],
126128
synchronize: {

0 commit comments

Comments
 (0)