We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14573da commit 2fa0eabCopy full SHA for 2fa0eab
lua/utils/languages.lua
@@ -111,8 +111,8 @@ local Languages = {
111
settings = {
112
yaml = {
113
schemas = {
114
+ kubernetes = '*.k8s.yaml', -- TODO: consider using *.k8s.yaml for kubernetes schemas
115
extra = {
- -- kubernetes = 'k8s-*.yaml', -- TODO: consider using *.k8s.yaml for kubernetes schemas
116
['http://json.schemastore.org/github-workflow'] = '.github/workflows/*',
117
['http://json.schemastore.org/github-action'] = '.github/action.{yml,yaml}',
118
['http://json.schemastore.org/ansible-stable-2.9'] = 'roles/tasks/**/*.{yml,yaml}',
0 commit comments