Skip to content

Commit

Permalink
Add yaml schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Nov 2, 2023
1 parent 0871b79 commit 4ac23be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot_config/helix/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ keyOrdering = false
schemaStore = { enable = true }
editor = { formatOnType = true }

[language-server.yaml-language-server.config.yaml.schemas]
"https://json.schemastore.org/github-workflow.json" = ".github/workflows/*.{yml,yaml}"

[[language]]
name = "toml"
formatter = { command = 'dprint fmt' }
Expand Down

0 comments on commit 4ac23be

Please sign in to comment.