From 75841d241f2e891b4c17d681d39dfa5e197f5adb Mon Sep 17 00:00:00 2001 From: ema Date: Mon, 23 Jun 2025 02:07:49 +0800 Subject: [PATCH] Support highlighting .vue --- .../Syntax/Dark/Vue.xshd | 92 +++++++++++++++++++ .../Syntax/Light/Vue.xshd | 92 +++++++++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Vue.xshd create mode 100644 QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Vue.xshd diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Vue.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Vue.xshd new file mode 100644 index 0000000..c0ce97c --- /dev/null +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Vue.xshd @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + template + script + style + div + span + input + button + component + + + v-if + v-else + v-else-if + v-for + v-bind + :key + :class + :style + v-model + v-on + @click + @input + + + + + + + + + + + + import + export + default + return + const + let + var + if + else + for + while + function + async + await + new + this + super + true + false + null + + + + + + + + + + + + + + + + + + + diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Vue.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Vue.xshd new file mode 100644 index 0000000..f81003b --- /dev/null +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/Vue.xshd @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + template + script + style + div + span + input + button + component + + + v-if + v-else + v-else-if + v-for + v-bind + :key + :class + :style + v-model + v-on + @click + @input + + + + + + + + + + + + import + export + default + return + const + let + var + if + else + for + while + function + async + await + new + this + super + true + false + null + + + + + + + + + + + + + + + + + + +