fileTypes sublime-commands name Sublime Text Commands patterns begin (\[) beginCaptures 1 name punctuation.definition.collection.start.sublimecommands end (\]) endCaptures 1 name punctuation.definition.collection.end.sublimecommands patterns include #command include #args match (?<!\}), name invalid.illegal.definition.sublimecommands match ,{2,} name invalid.illegal.definition.sublimecommands match [^, \s] name invalid.illegal.definition.sublimecommands comment XXX match ,(?>$\s+\]) name invalid.illegal.definition.sublimecommands repository args begin "(args)"\s*: beginCaptures 1 name keyword.other.sublimecommands end (?<=\}) name meta.definition.attached.command.arguments.sublimecommands patterns include source.jsongenericarray captures 1 name support.function.array.generic.key.sublimecommands match "([a-zA-Z0-9_]+)"\s*: include source.jsongenericarrayelements match true|false|\d+ name constant.numeric.sublimecommands match \{ name punctuation.definition.array.keybinding.key.sequence command begin \{ end \} patterns captures 1 name keyword.other.sublimecommands 2 name string.attached.command.name.sublimecommands match "(command|caption)":\s*"([^"]+)" include #args scopeName source.sublimecommands uuid f56e1baa-51fc-4791-a9d9-21301f2e3a01