Sha256: 328db6511432a9c17a07a8b8b2eb0171e25ae6d48bf4b5ed5c556f09848bcde7
Contents?: true
Size: 999 Bytes
Versions: 3
Compression:
Stored size: 999 Bytes
Contents
{ "fileTypes": [ "properties" ], "keyEquivalent": "^~J", "name": "Java Properties", "patterns": [ { "captures": { "1": { "name": "punctuation.definition.comment.java-props" } }, "match": "([#!])(.+)?$\\n?", "name": "comment.line.number-sign.java-props" }, { "begin": "/\\*", "captures": { "0": { "name": "punctuation.definition.comment.java-props" } }, "end": "\\*/", "name": "comment.block.java-props" }, { "captures": { "1": { "name": "keyword.other.java-props" }, "2": { "name": "punctuation.separator.key-value.java-props" } }, "comment": "Not compliant with the properties file spec, but this works for me, and I'm the one who counts around here.", "match": "^([^:=]+)([:=])(.*)$" } ], "scopeName": "source.java-props", "uuid": "2A28E50A-6B1D-11D9-8689-000D93589AF6" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ver-2009.12.14 | config/syntax/Java Properties.json |
ver-2009.11.29 | config/syntax/Java Properties.json |
ver-2009.11.28 | config/syntax/Java Properties.json |