Sha256: 2f2368e4e48ece8813d16cfdeb3bf13f981f20bfc2d3582427f998b143804c61
Contents?: true
Size: 1.4 KB
Versions: 3
Compression:
Stored size: 1.4 KB
Contents
{ "fileTypes": [ "cfg" ], "keyEquivalent": "^~Q", "name": "Quake Style .cfg", "patterns": [ { "comment": "the 2nd part of the regex is just to capture binds to number-keys and prevent them from getting highlighted as values.", "match": "\\b(set(a|u|s)?|bind|undbind|unbindall|vstr|exec|kill|say|say_team|quit|echo)(\\s+\\d)?\\b", "name": "keyword.other.quake3" }, { "match": "\\b\\d+(\\.\\d+)?\\b", "name": "constant.numeric.quake3" }, { "begin": "\"", "beginCaptures": { "0": { "name": "punctuation.definition.string.begin.quake3" } }, "end": "\"", "endCaptures": { "0": { "name": "punctuation.definition.string.end.quake3" } }, "name": "string.quoted.double.quake3", "patterns": [ { "match": "\\\\.", "name": "constant.character.escape.quake3" }, { "match": "\\b(set(a|u|s)?|bind|unbindall|vstr|exec|kill|say|say_team|quit|echo)\\b", "name": "keyword.other.string-embedded.quake3" } ] }, { "captures": { "1": { "name": "punctuation.definition.comment.quake3" } }, "match": "(//).*$\\n?", "name": "comment.line.double-slash.quake3" } ], "scopeName": "source.quake-config", "uuid": "AAB8717E-6E5C-11D9-9BE0-0011242E4184" }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ver-2009.12.14 | config/syntax/Quake Style .cfg.json |
ver-2009.11.29 | config/syntax/Quake Style .cfg.json |
ver-2009.11.28 | config/syntax/Quake Style .cfg.json |