Skip to content
Open
Changes from all 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
2 changes: 1 addition & 1 deletion core/Parsing.Documents.fs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ let mutable languages = [
html
lang "XML" "xsl" ".xml|.xsl"
html
lang "YAML" "" ".yaml|.yml"
lang "YAML" "github-actions-workflow" ".yaml|.yml"
// Also allow text paragraphs to be wrapped. Though wrapping the whole
// file at once will mess it up.
<| toNewDocProcessor (fun settings ->
Expand Down