From f0a6088087fa8ebfa450490a842c1e22ce8044ff Mon Sep 17 00:00:00 2001 From: "Dr. Jan Philip Bernius" Date: Thu, 10 Oct 2024 15:25:41 +0200 Subject: [PATCH] feat: add Robot Framework support --- fmt/src/document/defaults.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/fmt/src/document/defaults.toml b/fmt/src/document/defaults.toml index 57b9017..74a7194 100644 --- a/fmt/src/document/defaults.toml +++ b/fmt/src/document/defaults.toml @@ -387,6 +387,18 @@ headerType = "SCRIPT_STYLE" extension = true filename = false +[ROBOT_FRAMEWORK] +pattern = "robot" +headerType = "SCRIPT_STYLE" +extension = true +filename = false + +[ROBOT_FRAMEWORK_RESOURCE] +pattern = "resource" +headerType = "SCRIPT_STYLE" +extension = true +filename = false + [RUBY] pattern = "rb" headerType = "SCRIPT_STYLE"