From bf41e7755e8d4624d15a0641eb7bcc7c31d1a729 Mon Sep 17 00:00:00 2001 From: ema Date: Tue, 10 Feb 2026 01:29:29 +0800 Subject: [PATCH] Add PlantUML syntax highlighting Support extensions (.puml, .plantuml, .pu, .uml, .iuml, .wsd) --- .../Syntax/Dark/PlantUML.xshd | 116 ++++++++++++++++++ .../Syntax/Light/PlantUML.xshd | 116 ++++++++++++++++++ 2 files changed, 232 insertions(+) create mode 100644 QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/PlantUML.xshd create mode 100644 QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/PlantUML.xshd diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/PlantUML.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/PlantUML.xshd new file mode 100644 index 0000000..b44bc9f --- /dev/null +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/PlantUML.xshd @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ()[]{},:.@`=;+-*/%~ &|^>< + + + ' + + + + // + + + + " + " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/PlantUML.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/PlantUML.xshd new file mode 100644 index 0000000..6c22020 --- /dev/null +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/PlantUML.xshd @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ()[]{},:.@`=;+-*/%~ &|^>< + + + ' + + + + // + + + + " + " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file