fileTypes sublime-macro name Sublime Text Macro patterns begin (\[) beginCaptures 1 name punctuation.definition.collection.start.sublimecommands end (\]) endCaptures 1 name punctuation.definition.collection.end.sublimecommands patterns include #command include #args 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)":\s*"([^"]+)" include #args scopeName source.sublimemacro uuid f56e1baa-51fc-4791-a9d9-21301f2e3a01