summaryrefslogtreecommitdiffstats
path: root/static/base/highlight/languages/properties.min.js
diff options
context:
space:
mode:
authorAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
committerAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
commit1b2b7c3eb939724696894f31ff27db97b0cac84c (patch)
treeefb7b7746a628efb7bb99b2e44c9c2fbfd75b656 /static/base/highlight/languages/properties.min.js
downloadhf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.tar.xz
hf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.zip
Initial commit.
Signed-off-by: Andreas Widen <andreas@harmonicflow.org>
Diffstat (limited to 'static/base/highlight/languages/properties.min.js')
-rw-r--r--static/base/highlight/languages/properties.min.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/base/highlight/languages/properties.min.js b/static/base/highlight/languages/properties.min.js
new file mode 100644
index 0000000..012a786
--- /dev/null
+++ b/static/base/highlight/languages/properties.min.js
@@ -0,0 +1,11 @@
+/*! `properties` grammar compiled for Highlight.js 11.3.1 */
+(()=>{var e=(()=>{"use strict";return e=>{
+const t="[ \\t\\f]*",n="([^\\\\:= \\t\\f\\n]|\\\\.)+";return{name:".properties",
+disableAutodetect:!0,case_insensitive:!0,illegal:/\S/,
+contains:[e.COMMENT("^\\s*[!#]","$"),{returnBegin:!0,variants:[{
+begin:n+"[ \\t\\f]*[:=][ \\t\\f]*"},{begin:n+"[ \\t\\f]+"}],contains:[{
+className:"attr",begin:n,endsParent:!0}],starts:{
+end:"([ \\t\\f]*[:=][ \\t\\f]*|[ \\t\\f]+)",relevance:0,starts:{
+className:"string",end:/$/,relevance:0,contains:[{begin:"\\\\\\\\"},{
+begin:"\\\\\\n"}]}}},{className:"attr",begin:n+t+"$"}]}}})()
+;hljs.registerLanguage("properties",e)})(); \ No newline at end of file