Sha256: 64093323a7dbaaf82cc9b8cfd3d46ec72c73d403d9dc06813cb035a0afebd2c5
Contents?: true
Size: 905 Bytes
Versions: 36
Compression:
Stored size: 905 Bytes
Contents
if (! this.sh_languages) { this.sh_languages = {}; } sh_languages['ini'] = [ [ [ /\[[A-Za-z0-9]+\]/g, 'sh_param', -1 ], [ /\b[A-Za-z0-9]+(?=\s*=)/g, 'sh_attribute', -1 ], [ /(?:^\=begin)/g, 'sh_comment', 4 ], [ /#/g, 'sh_comment', 1 ] ], [ [ /$/g, null, -2 ], [ /\\(?:\\|")/g, null, -1 ], [ /"/g, 'sh_string', -2 ] ], [ [ /$/g, null, -2 ], [ /\\(?:\\|')/g, null, -1 ], [ /'/g, 'sh_string', -2 ] ], [ [ /$/g, null, -2 ], [ />/g, 'sh_string', -2 ] ], [ [ /^(?:\=end)/g, 'sh_comment', 5 ] ], [ [ /$/g, null, -2 ] ] ];
Version data entries
36 entries across 18 versions & 1 rubygems