From 1da92c6b0f17bb8c6576a32b530228f2e1ca70c2 Mon Sep 17 00:00:00 2001 From: Bradley Ayers Date: Mon, 18 Aug 2025 03:33:49 +0800 Subject: [PATCH] support github-actions-workflow --- core/Parsing.Documents.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Parsing.Documents.fs b/core/Parsing.Documents.fs index 6380590..d4fabf6 100644 --- a/core/Parsing.Documents.fs +++ b/core/Parsing.Documents.fs @@ -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 ->