Sha256: 22b2f5c4e225090d17d7811aaa05bdea9c67e672baae645972d43880c293be73
Contents?: true
Size: 550 Bytes
Versions: 11
Compression:
Stored size: 550 Bytes
Contents
Prism.languages.roboconf = { 'comment': /#.*/, 'keyword': { 'pattern': /(^|\s)(?:(?:facet|instance of)(?=[ \t]+[\w-]+[ \t]*\{)|(?:external|import)\b)/, lookbehind: true }, 'component': { pattern: /[\w-]+(?=[ \t]*\{)/, alias: 'variable' }, 'property': /[\w.-]+(?=[ \t]*:)/, 'value': { pattern: /(=[ \t]*)[^,;]+/, lookbehind: true, alias: 'attr-value' }, 'optional': { pattern: /\(optional\)/, alias: 'builtin' }, 'wildcard': { pattern: /(\.)\*/, lookbehind: true, alias: 'operator' }, 'punctuation': /[{},.;:=]/ };
Version data entries
11 entries across 11 versions & 2 rubygems