From 304008bf386158ddcef4fd6f2f3d43540478d78f Mon Sep 17 00:00:00 2001 From: "bryan.zhang" Date: Tue, 14 Jul 2020 11:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 1 + docs/lib/plugins/prism-properties.min.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/lib/plugins/prism-properties.min.js diff --git a/docs/index.html b/docs/index.html index 541736ee1..bd7417d81 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,5 +23,6 @@ + diff --git a/docs/lib/plugins/prism-properties.min.js b/docs/lib/plugins/prism-properties.min.js new file mode 100644 index 000000000..e371ca8be --- /dev/null +++ b/docs/lib/plugins/prism-properties.min.js @@ -0,0 +1 @@ +Prism.languages.properties={comment:/^[ \t]*[#!].*$/m,"attr-value":{pattern:/(^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?: *[=:] *| ))(?:\\(?:\r\n|[\s\S])|[^\\\r\n])+/m,lookbehind:!0},"attr-name":/^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?= *[=:] *| )/m,punctuation:/[=:]/};