mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-15 14:50:29 +08:00
docs:更新文档
This commit is contained in:
9
node_modules/prismjs/components/prism-properties.js
generated
vendored
Normal file
9
node_modules/prismjs/components/prism-properties.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
Prism.languages.properties = {
|
||||
'comment': /^[ \t]*[#!].*$/m,
|
||||
'attr-value': {
|
||||
pattern: /(^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?: *[=:] *| ))(?:\\(?:\r\n|[\s\S])|[^\\\r\n])+/m,
|
||||
lookbehind: true
|
||||
},
|
||||
'attr-name': /^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?= *[=:] *| )/m,
|
||||
'punctuation': /[=:]/
|
||||
};
|
||||
Reference in New Issue
Block a user