From d7a3cab668ff9c7f0b8bada2d0ee782be10ab28b Mon Sep 17 00:00:00 2001 From: "Joeri J.J.J. Kerkhof" Date: Wed, 15 Jul 2026 12:10:18 +0200 Subject: [PATCH 1/2] Add support for formatting .robot files --- Application/Info.plist | 18 ++++++++++++++++++ QLExtension/Info.plist | 1 + 2 files changed, 19 insertions(+) diff --git a/Application/Info.plist b/Application/Info.plist index 6359122..adbb19a 100644 --- a/Application/Info.plist +++ b/Application/Info.plist @@ -2368,6 +2368,24 @@ + + UTTypeConformsTo + + public.text + public.source-code + + UTTypeDescription + Robot Framework File + UTTypeIdentifier + org.robotframework.robot + UTTypeTagSpecification + + public.filename-extension + + robot + + + UTTypeConformsTo diff --git a/QLExtension/Info.plist b/QLExtension/Info.plist index 1a1dfe5..3765904 100644 --- a/QLExtension/Info.plist +++ b/QLExtension/Info.plist @@ -218,6 +218,7 @@ org.ruby-lang.erb org.ruby-lang.eruby org.rubyonrails.erb-sql + org.robotframework.robot org.rust-lang.rust org.rust-lang.source org.sagemath.source From cf0a160e779ea5cc4612230a2cee08af4937d4b2 Mon Sep 17 00:00:00 2001 From: "Joeri J.J.J. Kerkhof" Date: Wed, 15 Jul 2026 12:23:08 +0200 Subject: [PATCH 2/2] Added robot to python mapping --- Application/resources/settings.yaml | 5 +++++ highlight-wrapper/highlight | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Application/resources/settings.yaml b/Application/resources/settings.yaml index 67d25fc..4a8d20f 100644 --- a/Application/resources/settings.yaml +++ b/Application/resources/settings.yaml @@ -265,6 +265,8 @@ UTIs: org.pddl.pddl: syntax: lisp + org.robotframework.robot: + syntax: python dyn.ah62d4rv4ge81a3deru: syntqx: lisp @@ -796,6 +798,9 @@ extensions: sage: syntax: py + + robot: + syntax: python # dyn.ah62d4rv4ge81g22 # dyn.ah62d4rv4ge81g25brvuu diff --git a/highlight-wrapper/highlight b/highlight-wrapper/highlight index 166a971..ed1b0eb 160000 --- a/highlight-wrapper/highlight +++ b/highlight-wrapper/highlight @@ -1 +1 @@ -Subproject commit 166a971ac257ce230b6855a172a4709aa3790131 +Subproject commit ed1b0eb836e1e478b2fba62871578594d0a4761d