Sha256: 0c8da6a459ed18b2833b884ef5512834d4514eac6ec55f81c421547f706fdc83
Contents?: true
Size: 311 Bytes
Versions: 10
Compression:
Stored size: 311 Bytes
Contents
Prism.languages.docker = { 'keyword': { pattern: /(^\s*)(?:ONBUILD|FROM|MAINTAINER|RUN|EXPOSE|ENV|ADD|COPY|VOLUME|USER|WORKDIR|CMD|LABEL|ENTRYPOINT)(?=\s)/mi, lookbehind: true }, 'string': /("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*?\1/, 'comment': /#.*/, 'punctuation': /---|\.\.\.|[:[\]{}\-,|>?]/ };
Version data entries
10 entries across 10 versions & 2 rubygems