mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 05:58:15 +08:00
29 lines
795 B
JavaScript
29 lines
795 B
JavaScript
|
import {
|
||
|
__commonJS
|
||
|
} from "./chunk-2TUXWMP5.js";
|
||
|
|
||
|
// node_modules/refractor/lang/properties.js
|
||
|
var require_properties = __commonJS({
|
||
|
"node_modules/refractor/lang/properties.js"(exports, module) {
|
||
|
module.exports = properties;
|
||
|
properties.displayName = "properties";
|
||
|
properties.aliases = [];
|
||
|
function properties(Prism) {
|
||
|
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: /[=:]/
|
||
|
};
|
||
|
}
|
||
|
}
|
||
|
});
|
||
|
|
||
|
export {
|
||
|
require_properties
|
||
|
};
|
||
|
//# sourceMappingURL=chunk-D5ACV7KM.js.map
|