Sha256: d64f6af3e9a12258254e51777993853d88bd7fef93fb6cc85696d0b7f36b5e14
Contents?: true
Size: 1.67 KB
Versions: 3
Compression:
Stored size: 1.67 KB
Contents
{ "fileTypes": [ "strings" ], "name": "Strings File", "patterns": [ { "begin": "/\\*", "captures": { "0": { "name": "punctuation.definition.comment.strings" } }, "end": "\\*/", "name": "comment.block.strings" }, { "begin": "\"", "beginCaptures": { "0": { "name": "punctuation.definition.string.begin.strings" } }, "end": "\"", "endCaptures": { "0": { "name": "punctuation.definition.string.end.strings" } }, "name": "string.quoted.double.strings", "patterns": [ { "match": "\\\\(\\\\|[abefnrtv'\"?]|[0-3]\\d{,2}|[4-7]\\d?|x[a-zA-Z0-9]+)", "name": "constant.character.escape.strings" }, { "match": "\\\\.", "name": "invalid.illegal.unknown-escape.strings" }, { "match": "(?x)%\n\t\t\t\t\t\t(\\d+\\$)? # field (argument #)\n\t\t\t\t\t\t[#0\\- +']* # flags\n\t\t\t\t\t\t[,;:_]? # separator character (AltiVec)\n\t\t\t\t\t\t((-?\\d+)|\\*(-?\\d+\\$)?)? # minimum field width\n\t\t\t\t\t\t(\\.((-?\\d+)|\\*(-?\\d+\\$)?)?)? # precision\n\t\t\t\t\t\t(hh|h|ll|l|j|t|z|q|L|vh|vl|v|hv|hl)? # length modifier\n\t\t\t\t\t\t[@diouxXDOUeEfFgGaACcSspn%] # conversion type\n\t\t\t\t\t", "name": "constant.other.placeholder.strings" }, { "match": "%", "name": "invalid.illegal.placeholder.c" } ] } ], "scopeName": "source.strings", "uuid": "429E2DB7-EB4F-4B34-A4DF-DBFD3336C581" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ver-2009.12.14 | config/syntax/Strings File.json |
ver-2009.11.29 | config/syntax/Strings File.json |
ver-2009.11.28 | config/syntax/Strings File.json |