UNPKG

spincycle

Version:

A reactive message router and object manager that lets clients subscribe to object property changes on the server

9 lines 295 B
Prism.languages.properties = { 'comment': /^[ \t]*[#!].*$/m, 'attr-value': { pattern: /(^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?: *[=:] *| ))(?:\\(?:\r\n|[\s\S])|.)+/m, lookbehind: true }, 'attr-name': /^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?= *[ =:]| )/m, 'punctuation': /[=:]/ };