Who DOESNT like fisting stuff

hey Guys just wanted to post the WW macro i have been working on since legion started. It really set so you can just spam any real Setup you would like to run with Alt being the cool down modifier. i regularly parse in the 60-75% range with this and would love to see what you guys think of it!

Sequences['PunchyMonk'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Chef@BleedingHollow",
  SpecID=269,
  Talents = "2?2?1?2",
  Default=1,
  Icon='spell_monk_windwalker_spec',
  MacroVersions = {
	{
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast [nochanneling] Tiger Palm",
      },
        "/cast [nochanneling, mod:alt] Invoke Xuen, the White Tiger",
	"/cast [nochanneling, mod:alt] Touch of Death",
	"/cast [nochanneling, mod:alt] Storm, Earth, and Fire",
	"/cast [nochanneling, mod:alt] Serenity",
	"/cast !Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling, talent:1/1] Chi Burst; [nochanneling, talent:1/3] Chi Wave",
        "/castsequence [nochanneling] Blackout Kick, Tiger Palm, Strike of the Windlord, Tiger Palm, Rising Sun Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling, talent:5/1] Rushing Jade Wind",
      PostMacro={
      },
      KeyRelease={
      },
    }
}
}

Sorry not entirely sure why the tabs arnt showing up on those

Attempted to fix the macro in notepad++, but it did the same thing when I posted

I think I fixed it.

Sequences['PunchyMonk'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Chef@BleedingHollow",
  SpecID=269,
  Talents = "2?2?1?2",
  Default=1,
  Icon='spell_monk_windwalker_spec',
  MacroVersions = {
{
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling, mod:alt] Invoke Xuen, the White Tiger",
        "/cast [nochanneling, mod:alt] Touch of Death",
        "/cast [nochanneling, mod:alt] Storm, Earth, and Fire",
        "/cast [nochanneling, mod:alt] Serenity",
        "/cast !Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Whirling Dragon Punch",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling, talent:1/1] Chi Burst; [nochanneling, talent:1/3] Chi Wave",
        "/castsequence [nochanneling] Blackout Kick, Tiger Palm, Strike of the Windlord, Tiger Palm, Rising Sun Kick",
        "/cast [nochanneling] Tiger Palm",
        "/cast [nochanneling, talent:5/1] Rushing Jade Wind",
      PostMacro={
      },
      KeyRelease={
      },
    }
  }
}