We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ansible
ansible-jinja
1 parent fec0920 commit 05ebb1bCopy full SHA for 05ebb1b
package.json
@@ -43,7 +43,9 @@
43
"onLanguage:dockercompose",
44
"onLanguage:github-actions-workflow",
45
"onLanguage:yaml-textmate",
46
- "onLanguage:yaml-tmlanguage"
+ "onLanguage:yaml-tmlanguage",
47
+ "onLanguage:ansible",
48
+ "onLanguage:ansible-jinja"
49
],
50
"keywords": [
51
"kubernetes",
src/extension.ts
@@ -123,6 +123,8 @@ export function startClient(
123
{ language: 'github-actions-workflow' },
124
{ language: 'yaml-textmate' },
125
{ language: 'yaml-tmlanguage' },
126
+ { language: 'ansible' },
127
+ { language: 'ansible-jinja' },
128
{ pattern: '*.y(a)ml' },
129
130
synchronize: {
0 commit comments